forked from adsproo/txnews
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkl.js
More file actions
17 lines (11 loc) · 348 Bytes
/
mkl.js
File metadata and controls
17 lines (11 loc) · 348 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
https://app.api.versa-ai.com/pay/order/iap/check url script-response-body mkl.js
hostname=app.api.versa-ai.com
*/
let obj = JSON.parse($response.body);
obj.result.paySuccess = true,
obj.result.expireDate = 1867418130000,
obj.result.days = 9999,
obj.result.trialPeriod = true,
obj.result.sandbox = true
$done({body: JSON.stringify(obj)});