-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathmojo.json
39 lines (37 loc) · 1.1 KB
/
mojo.json
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
let obj = JSON.parse($response.body);
obj= {
"request_date_ms" : 1609102864180,
"request_date" : "2020-12-27T21:01:04Z",
"subscriber" : {
"non_subscriptions" : {
},
"first_seen" : "2020-05-31T15:06:02Z",
"original_application_version" : null,
"other_purchases" : {
},
"management_url" : null,
"subscriptions" : {
"revenuecat.pro.yearly" : {
"is_sandbox" : false,
"period_type" : "active",
"billing_issues_detected_at" : null,
"unsubscribe_detected_at" : null,
"expires_date" : "2099-12-01T03:51:32Z",
"original_purchase_date" : "2019-10-31T02:51:33Z",
"purchase_date" : "2019-10-31T02:51:32Z",
"store" : "app_store"
}
},
"entitlements" : {
"pro" : {
"expires_date" : "2099-12-01T03:51:32Z",
"product_identifier" : "revenuecat.pro.yearly",
"purchase_date" : "2019-10-31T02:51:32Z"
}
},
"original_purchase_date" : null,
"original_app_user_id" : "XAMefyrah5UmeDQiHBUU5oPbbdT2",
"last_seen" : "2020-12-27T21:01:03Z"
}
};
$done({body: JSON.stringify(obj)});