feat: hwid limits and topups
This commit is contained in:
@@ -18,6 +18,16 @@
|
||||
"squad_uuids": ["uuid-1", "uuid-2"],
|
||||
"billing_model": "period",
|
||||
"monthly_gb": 500,
|
||||
"hwid_device_limit": 5,
|
||||
"hwid_device_packages": {
|
||||
"rub": [
|
||||
{ "count": 1, "price": 99 },
|
||||
{ "count": 3, "price": 249 }
|
||||
],
|
||||
"stars": [
|
||||
{ "count": 1, "price": 2500 }
|
||||
]
|
||||
},
|
||||
"prices_rub": { "1": 150, "3": 400, "6": 750, "12": 1400 },
|
||||
"prices_stars": { "1": 0, "3": 0, "6": 0, "12": 0 },
|
||||
"enabled_periods": [1, 3, 6, 12],
|
||||
@@ -32,6 +42,7 @@
|
||||
},
|
||||
"squad_uuids": ["uuid-1", "uuid-2"],
|
||||
"billing_model": "traffic",
|
||||
"hwid_device_limit": 3,
|
||||
"conversion_rate_rub_per_gb": 20,
|
||||
"traffic_packages": {
|
||||
"rub": [
|
||||
|
||||
Reference in New Issue
Block a user