-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathPowerDirector.json
More file actions
43 lines (41 loc) · 1.41 KB
/
PowerDirector.json
File metadata and controls
43 lines (41 loc) · 1.41 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= {
"status": "OK",
"data": {
"status": 0,
"environment": "Production",
"receipt": {
"request_date_ms": "1609524247112",
"bundle_id": "com.cyberlink.ios.powerdirector"
},
"latest_receipt_info": [
{
"quantity": "1",
"product_id": "annual_subscription_201912",
"transaction_id": "200000919867743",
"original_transaction_id": "200000919867743",
"purchase_date": "2021-01-01 18:04:01 Etc/GMT",
"purchase_date_ms": "1609524241000",
"purchase_date_pst": "2021-01-01 10:04:01 America/Los_Angeles",
"original_purchase_date": "2021-01-01 18:04:01 Etc/GMT",
"original_purchase_date_ms": "1609524241000",
"original_purchase_date_pst": "2021-01-01 10:04:01 America/Los_Angeles",
"expires_date": "2099-10-19 05:14:18 Etc/GMT",
"expires_date_ms": "4096019658000",
"expires_date_pst": "2099-10-18 22:14:18 America/Los_Angeles",
"web_order_line_item_id": "200000357616344",
"is_trial_period": "true",
"is_in_intro_offer_period": "false"
}
],
"pending_renewal_info": [
{
"auto_renew_product_id": "annual_subscription_201912",
"original_transaction_id": "200000919867743",
"product_id": "annual_subscription_201912",
"auto_renew_status": "1"
}
]
}
}
$done({body: JSON.stringify(obj)});