From cc7c7123665ccb88937493da59e80e664aaa9e47 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Tue, 29 Mar 2022 23:09:25 +0200 Subject: [PATCH] status.php: add membership plan info --- server/status.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/server/status.php b/server/status.php index d5739ce..4a4ab32 100755 --- a/server/status.php +++ b/server/status.php @@ -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" }