-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathwidgetsmith.json
More file actions
42 lines (39 loc) · 1.23 KB
/
widgetsmith.json
File metadata and controls
42 lines (39 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
let obj = JSON.parse($response.body);
obj= {
"request_date_ms" : 1622522484242,
"request_date" : "2021-06-01T04:41:24Z",
"subscriber" : {
"non_subscriptions" : {
},
"first_seen" : "2021-04-19T05:22:18Z",
"original_application_version" : "107",
"other_purchases" : {
},
"management_url" : null,
"subscriptions" : {
"PremiumAnnualWidget" : {
"is_sandbox" : false,
"period_type" : "normal",
"billing_issues_detected_at" : null,
"unsubscribe_detected_at" : null,
"expires_date" : "2090-12-05T07:03:11Z",
"grace_period_expires_date" : null,
"original_purchase_date" : "2020-11-05T07:03:15Z",
"purchase_date" : "2020-11-05T07:03:11Z",
"store" : "app_store"
}
},
"entitlements" : {
"Premium" : {
"grace_period_expires_date" : null,
"purchase_date" : "2020-11-05T07:03:11Z",
"product_identifier" : "PremiumAnnualWidget",
"expires_date" : "2090-12-05T07:03:11Z"
}
},
"original_purchase_date" : "2021-04-19T05:21:13Z",
"original_app_user_id" : "$RCAnonymousID:72d3bb622af0413c86784a3f5b0c3114",
"last_seen" : "2021-06-01T04:29:41Z"
}
}
$done({body: JSON.stringify(obj)});