forked from adsproo/txnews
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabaenglish.vip.js
More file actions
30 lines (28 loc) · 794 Bytes
/
abaenglish.vip.js
File metadata and controls
30 lines (28 loc) · 794 Bytes
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
var obj = JSON.parse($response.body);
obj={
"request_date": "2020-01-04T13:45:50Z",
"request_date_ms": 1578145550873,
"subscriber": {
"entitlements": {},
"first_seen": "2020-01-03T15:21:58Z",
"non_subscriptions": {},
"original_app_user_id": "22683069",
"original_application_version": "475",
"original_purchase_date": "2019-11-10T14:07:55Z",
"other_purchases": {},
"subscriptions": {
"12m_freetrial_2018": {
"billing_issues_detected_at": null,
"expires_date": "2120-01-10T15:35:13Z",
"is_sandbox": false,
"original_purchase_date": "2020-01-03T15:35:13Z",
"period_type": "trial",
"purchase_date": "2020-01-03T15:35:13Z",
"store": "app_store",
"unsubscribe_detected_at": null
}
}
}
};
$done({body: JSON.stringify(obj)});
// Descriptions