Files
@ 0b4955bdc703
Branch filter:
Location: C3L/C3L-Membership-Online-Form/config.json - annotation
0b4955bdc703
974 B
application/json
Automatically calculate age and set minor_member and student accordingly
7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 eae4cd0ab587 eae4cd0ab587 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 | {
"SUPPORTING_FEE": 40,
"REGULAR_FEE": 120,
"DIGICASH_ENABLED": true,
"SATISPAY_ENABLED": true,
"CONVERSION_URL": "https://coins.c3l.lu/json",
"CRYPTOCURRENCIES": {
"BITCOIN": {
"ENABLED": true,
"ADDRESS": "bc1qfg5ytmxpmsx5tfsfkz30mw4tjj4hw295dydakk",
"COMMODITY": "BTC",
"URL": "bitcoin:{address}?amount={amount}&label=Membership Fee {year} {username}&message=Membership Fee {year} {username}"
},
"ETHEREUM": {
"ENABLED": true,
"ADDRESS": "0xa3c704a1810A0914D0B3392c9490f47B415b92A6",
"COMMODITY": "ETH",
"URL": "{address}"
},
"MONERO": {
"ENABLED": true,
"ADDRESS": "89rNUZ3KeMQFcunnG4zUo6QzrPzvvrz1NNhJwMuagKZyQjLUwb5y5oWbzJY5STy5phewEnFLuzgZvayJmU4zeWctLQZV1gG",
"COMMODITY": "XMR",
"URL": "{address}"
},
"ZCASH": {
"ENABLED": true,
"ADDRESS": "t1URHaR4oYFyp7XFGJ5M28XxHc5Dnm6HzsZ",
"COMMODITY": "ZEC",
"URL": "{address}"
}
}
}
|