donation-module/donation.json

18 lines
348 B
JSON
Raw Permalink Normal View History

2018-08-05 13:58:17 +02:00
{
2018-08-05 16:46:30 +02:00
"monthly": {
2018-08-05 13:58:17 +02:00
"title": "Compteur mensuel",
"amount": "0",
"amount_required": "15",
2018-08-05 16:46:30 +02:00
"donator" : "0",
"duration": "month"
2018-08-05 13:58:17 +02:00
},
"annualy": {
2018-08-05 16:46:30 +02:00
"title": "Compteur annuel",
"amount": "0",
"amount_required": "180",
"donator" : "0",
"duration": "year"
}
2018-08-05 13:58:17 +02:00
}