-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathvsco.json
More file actions
43 lines (39 loc) · 1.22 KB
/
vsco.json
File metadata and controls
43 lines (39 loc) · 1.22 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
43
var obj = JSON.parse($response.body);
obj={
"request_date_ms" : 1622445760393,
"request_date" : "2021-05-31T07:22:40Z",
"subscriber" : {
"non_subscriptions" : {
},
"first_seen" : "2021-05-31T07:18:40Z",
"original_application_version" : "19615",
"other_purchases" : {
},
"management_url" : "itms-apps://apps.apple.com/account/subscriptions",
"subscriptions" : {
"VSCOANNUAL" : {
"is_sandbox" : false,
"period_type" : "normal",
"billing_issues_detected_at" : null,
"unsubscribe_detected_at" : null,
"expires_date" : "2090-07-16T12:15:53Z",
"grace_period_expires_date" : null,
"original_purchase_date" : "2019-07-02T12:15:54Z",
"purchase_date" : "2019-07-02T12:15:53Z",
"store" : "app_store"
}
},
"entitlements" : {
"membership" : {
"grace_period_expires_date" : null,
"purchase_date" : "2020-11-05T07:03:11Z",
"product_identifier" : "VSCOANNUAL",
"expires_date" : "2090-12-05T07:03:11Z"
}
},
"original_purchase_date" : "2020-12-28T17:41:34Z",
"original_app_user_id" : "139535280",
"last_seen" : "2021-05-31T07:18:40Z"
}
}
$done({body: JSON.stringify(obj)});