donation-module/donation.json

18 lines
348 B
JSON

{
"monthly": {
"title": "Compteur mensuel",
"amount": "0",
"amount_required": "15",
"donator" : "0",
"duration": "month"
},
"annualy": {
"title": "Compteur annuel",
"amount": "0",
"amount_required": "180",
"donator" : "0",
"duration": "year"
}
}