-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathreplika.json
More file actions
38 lines (37 loc) · 721 Bytes
/
Copy pathreplika.json
File metadata and controls
38 lines (37 loc) · 721 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
31
32
33
34
35
36
37
38
var obj = JSON.parse($response.body);
obj= {
"features": [
{
"name": "all_backgrounds"
},
{
"name": "calls"
},
{
"name": "full_library_access"
},
{
"name": "relationship_status"
},
{
"name": "3d_avatar"
},
{
"name": "replika_diaries"
}
],
"subscription": {
"subscription_id": "replika.year",
"token_id": "320000814638512",
"subscription_state": "FreeTrial",
"recurring": {
"period_timeunit": "year",
"period_amount": 1
},
"created": "2021-01-11T07:53:17Z",
"expiration": "2022-01-18T07:53:17Z",
"subscription_type": "SUBS",
"source": "ios"
}
}
$done({body: JSON.stringify(obj)});