-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpicart.json
More file actions
37 lines (37 loc) · 1.07 KB
/
picart.json
File metadata and controls
37 lines (37 loc) · 1.07 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
let objc = {
"status" : "success",
"response" : [
{
"is_eligible_for_grant" : true,
"limitation" : {
"max_count" : 10,
"limits_exceeded" : false
},
"expire_date" : 1741007726000,
"order_id" : "160001326559771",
"purchase_date" : 1663982350000,
"original_order_id" : "160001326559771",
"reason" : "ok",
"is_eligible_for_introductory" : false,
"subscription_id" : "com.picsart.studio.subscription_plus_yearly",
"is_trial" : false,
"status" : "SUBSCRIPTION_PURCHASED",
"plan_meta" : {
"product_id" : "subscription_plus_yearly",
"frequency" : "yearly",
"scope_id" : "full",
"id" : "com.picsart.studio.subscription_plus_yearly",
"storage_limit_in_mb" : 5120,
"level" : 1500,
"type" : "renewable",
"description" : "plus",
"tier_id" : "gold_old",
"permissions" : [
"premium_tools_standard",
"premium_tools_ai"
]
}
}
]
}
$done({ response: {body: JSON.stringify(objc),status: 200} });