status.php: add membership plan info

This commit is contained in:
Xiretza 2022-03-29 23:09:25 +02:00
parent 94cdb612a1
commit cc7c712366
1 changed files with 14 additions and 0 deletions

View File

@ -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"
}