-
Notifications
You must be signed in to change notification settings - Fork 0
/
credit_products.json
34 lines (34 loc) · 981 Bytes
/
credit_products.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
[
{
"id": "remove_ads_1_month",
"title": "Remove ads for 1 month",
"description": "Remove all ads for 1 month",
"entitlement": "remove_ads",
"durationSeconds": 2592000,
"price": 270
},
{
"id": "remove_ads_1_year",
"title": "Remove ads for 1 year",
"description": "Remove all ads for 1 year",
"entitlement": "remove_ads",
"durationSeconds": 31536000,
"price": 1890
},
{
"id": "remove_content_restrictions_1_month",
"title": "Remove content restrictions for 1 month",
"description": "Remove all content restrictions for 1 month",
"entitlement": "remove_content_restrictions",
"durationSeconds": 2592000,
"price": 220
},
{
"id": "remove_content_restrictions_1_year",
"title": "Remove content restrictions for 1 year",
"description": "Remove all content restrictions for 1 year",
"entitlement": "remove_content_restrictions",
"durationSeconds": 31536000,
"price": 1490
}
]