Bundle families frontend and billing data
This commit is contained in:
186
data/billing/in-testing.json
Normal file
186
data/billing/in-testing.json
Normal file
@@ -0,0 +1,186 @@
|
||||
{
|
||||
"IN": [
|
||||
{
|
||||
"id": "50gb_monthly_v4",
|
||||
"androidID": "50gb_monthly_v4",
|
||||
"iosID": "50gb_monthly_v4",
|
||||
"stripeID": "50gb_monthly_v4",
|
||||
"storage": 53687091200,
|
||||
"price": "₹0",
|
||||
"period": "month"
|
||||
},
|
||||
{
|
||||
"id": "200gb_monthly_v4",
|
||||
"androidID": "200gb_monthly_v4",
|
||||
"iosID": "200gb_monthly_v4",
|
||||
"stripeID": "200gb_monthly_v4",
|
||||
"storage": 214748364800,
|
||||
"price": "₹0",
|
||||
"period": "month"
|
||||
},
|
||||
{
|
||||
"id": "1000gb_monthly_v4",
|
||||
"androidID": "1000gb_monthly_v4",
|
||||
"iosID": "1000gb_monthly_v4",
|
||||
"stripeID": "1000gb_monthly_v4",
|
||||
"storage": 1073741824000,
|
||||
"price": "₹0",
|
||||
"period": "month"
|
||||
},
|
||||
{
|
||||
"id": "2000gb_monthly_v4",
|
||||
"androidID": "2000gb_monthly_v4",
|
||||
"iosID": "2000gb_monthly_v4",
|
||||
"stripeID": "2000gb_monthly_v4",
|
||||
"storage": 2147483648000,
|
||||
"price": "₹0",
|
||||
"period": "month"
|
||||
},
|
||||
{
|
||||
"id": "50gb_yearly_v4",
|
||||
"androidID": "50gb_yearly_v4",
|
||||
"iosID": "50gb_yearly_v4",
|
||||
"stripeID": "50gb_yearly_v4",
|
||||
"storage": 53687091200,
|
||||
"price": "₹0",
|
||||
"period": "year"
|
||||
},
|
||||
{
|
||||
"id": "200gb_yearly_v4",
|
||||
"androidID": "200gb_yearly_v4",
|
||||
"iosID": "200gb_yearly_v4",
|
||||
"stripeID": "200gb_yearly_v4",
|
||||
"storage": 214748364800,
|
||||
"price": "₹0",
|
||||
"period": "year"
|
||||
},
|
||||
{
|
||||
"id": "1000gb_yearly_v4",
|
||||
"androidID": "1000gb_yearly_v4",
|
||||
"iosID": "1000gb_yearly_v4",
|
||||
"stripeID": "1000gb_yearly_v4",
|
||||
"storage": 1073741824000,
|
||||
"price": "₹0",
|
||||
"period": "year"
|
||||
},
|
||||
{
|
||||
"id": "2000gb_yearly_v4",
|
||||
"androidID": "2000gb_yearly_v4",
|
||||
"iosID": "2000gb_yearly_v4",
|
||||
"stripeID": "2000gb_yearly_v4",
|
||||
"storage": 2147483648000,
|
||||
"price": "₹0",
|
||||
"period": "year"
|
||||
},
|
||||
{
|
||||
"id": "family",
|
||||
"androidID": "family",
|
||||
"iosID": "family",
|
||||
"stripeID": "family",
|
||||
"storage": 2147483648000,
|
||||
"price": "₹0",
|
||||
"period": "year"
|
||||
},
|
||||
{
|
||||
"id": "free",
|
||||
"androidID": "free",
|
||||
"iosID": "free",
|
||||
"stripeID": "free",
|
||||
"storage": 10737418240,
|
||||
"price": "₹0",
|
||||
"period": "year"
|
||||
}
|
||||
],
|
||||
"US": [
|
||||
{
|
||||
"id": "50gb_monthly_v4",
|
||||
"androidID": "50gb_monthly_v4",
|
||||
"iosID": "50gb_monthly_v4",
|
||||
"stripeID": "50gb_monthly_v4",
|
||||
"storage": 53687091200,
|
||||
"price": "$0",
|
||||
"period": "month"
|
||||
},
|
||||
{
|
||||
"id": "200gb_monthly_v4",
|
||||
"androidID": "200gb_monthly_v4",
|
||||
"iosID": "200gb_monthly_v4",
|
||||
"stripeID": "200gb_monthly_v4",
|
||||
"storage": 214748364800,
|
||||
"price": "$0",
|
||||
"period": "month"
|
||||
},
|
||||
{
|
||||
"id": "1000gb_monthly_v4",
|
||||
"androidID": "1000gb_monthly_v4",
|
||||
"iosID": "1000gb_monthly_v4",
|
||||
"stripeID": "1000gb_monthly_v4",
|
||||
"storage": 1073741824000,
|
||||
"price": "$0",
|
||||
"period": "month"
|
||||
},
|
||||
{
|
||||
"id": "2000gb_monthly_v4",
|
||||
"androidID": "2000gb_monthly_v4",
|
||||
"iosID": "2000gb_monthly_v4",
|
||||
"stripeID": "2000gb_monthly_v4",
|
||||
"storage": 2147483648000,
|
||||
"price": "$0",
|
||||
"period": "month"
|
||||
},
|
||||
{
|
||||
"id": "50gb_yearly_v4",
|
||||
"androidID": "50gb_yearly_v4",
|
||||
"iosID": "50gb_yearly_v4",
|
||||
"stripeID": "50gb_yearly_v4",
|
||||
"storage": 53687091200,
|
||||
"price": "$0",
|
||||
"period": "year"
|
||||
},
|
||||
{
|
||||
"id": "200gb_yearly_v4",
|
||||
"androidID": "200gb_yearly_v4",
|
||||
"iosID": "200gb_yearly_v4",
|
||||
"stripeID": "200gb_yearly_v4",
|
||||
"storage": 214748364800,
|
||||
"price": "$0",
|
||||
"period": "year"
|
||||
},
|
||||
{
|
||||
"id": "1000gb_yearly_v4",
|
||||
"androidID": "1000gb_yearly_v4",
|
||||
"iosID": "1000gb_yearly_v4",
|
||||
"stripeID": "1000gb_yearly_v4",
|
||||
"storage": 1073741824000,
|
||||
"price": "$0",
|
||||
"period": "year"
|
||||
},
|
||||
{
|
||||
"id": "2000gb_yearly_v4",
|
||||
"androidID": "2000gb_yearly_v4",
|
||||
"iosID": "2000gb_yearly_v4",
|
||||
"stripeID": "2000gb_yearly_v4",
|
||||
"storage": 2147483648000,
|
||||
"price": "$0",
|
||||
"period": "year"
|
||||
},
|
||||
{
|
||||
"id": "family",
|
||||
"androidID": "family",
|
||||
"iosID": "family",
|
||||
"stripeID": "family",
|
||||
"storage": 2147483648000,
|
||||
"price": "$0",
|
||||
"period": "year"
|
||||
},
|
||||
{
|
||||
"id": "free",
|
||||
"androidID": "free",
|
||||
"iosID": "free",
|
||||
"stripeID": "free",
|
||||
"storage": 10737418240,
|
||||
"price": "$0",
|
||||
"period": "year"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user