status.php: add membership plan info
This commit is contained in:
parent
94cdb612a1
commit
cc7c712366
1 changed files with 14 additions and 0 deletions
|
@ -29,6 +29,20 @@
|
|||
"email":"wir@it-syndikat.org",
|
||||
"ml":"its-public@lists.catbull.com"
|
||||
},
|
||||
"membership_plans":[
|
||||
{
|
||||
"name": "Normal membership",
|
||||
"value": 20,
|
||||
"currency": "EUR",
|
||||
"billing_interval": "monthly"
|
||||
},
|
||||
{
|
||||
"name": "Student membership",
|
||||
"value": 10,
|
||||
"currency": "EUR",
|
||||
"billing_interval": "monthly"
|
||||
}
|
||||
],
|
||||
"ext_ccc": "chaostreff"
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue