mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +00:00
support plans
This commit is contained in:
34
website/assets/pricing.json
Normal file
34
website/assets/pricing.json
Normal file
@@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"price": 10,
|
||||
"name": "Iron"
|
||||
},
|
||||
{
|
||||
"price": 20,
|
||||
"name": "Steel"
|
||||
},
|
||||
{
|
||||
"price": 40,
|
||||
"name": "Copper"
|
||||
},
|
||||
{
|
||||
"price": 75,
|
||||
"name": "Bronze"
|
||||
},
|
||||
{
|
||||
"price": 150,
|
||||
"name": "Silver"
|
||||
},
|
||||
{
|
||||
"price": 250,
|
||||
"name": "Gold"
|
||||
},
|
||||
{
|
||||
"price": 500,
|
||||
"name": "Platinum"
|
||||
},
|
||||
{
|
||||
"price": 1000,
|
||||
"name": "Diamond"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user