Skip to content

Commit

Permalink
Generating new test snapshots for `guido/fia-2856-rework-ios-add-getc…
Browse files Browse the repository at this point in the history
…urrentoffering-to-offerings` - macos (#3722)

Requested by @joshdholtz for
[guido/fia-2856-rework-ios-add-getcurrentoffering-to-offerings](https://github.com/RevenueCat/purchases-ios/tree/guido/fia-2856-rework-ios-add-getcurrentoffering-to-offerings)
  • Loading branch information
RCGitBot authored and joshdholtz committed Feb 28, 2024
1 parent bc77744 commit 3eb9898
Showing 1 changed file with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"headers" : {
"Authorization" : "Bearer asharedsecret",
"content-type" : "application/json",
"X-Client-Build-Version" : "12345",
"X-Client-Bundle-ID" : "com.apple.dt.xctest.tool",
"X-Client-Version" : "17.0.0",
"X-Is-Sandbox" : "false",
"X-Observer-Mode-Enabled" : "false",
"X-Platform" : "iOS",
"X-Platform-Flavor" : "native",
"X-Platform-Version" : "Version 17.0.0 (Build 21A342)",
"X-Storefront" : "USA",
"X-StoreKit2-Enabled" : "false",
"X-Version" : "4.0.0"
},
"request" : {
"body" : {
"app_user_id" : "user",
"attributes" : {
"$attConsentStatus" : {
"updated_at_ms" : 1678307200000,
"value" : "authorized"
}
},
"currency" : "BFD",
"fetch_token" : "YW4gYXdlc29tZSByZWNlaXB0",
"initiation_source" : "purchase",
"is_restore" : false,
"observer_mode" : false,
"presented_offering_identifier" : "a_offering",
"price" : "10.98",
"product_id" : "a_great_product",
"store_country" : "ESP",
"subscription_group_id" : "sub_group"
},
"method" : "POST",
"url" : "https://api.revenuecat.com/v1/receipts"
}
}

0 comments on commit 3eb9898

Please sign in to comment.