fix: remove stripe card from donate page (#38534)

This commit is contained in:
Mrugesh Mohapatra
2020-04-13 18:58:34 +05:30
committed by GitHub
parent b8c7fd357d
commit 5f1f5554b2
2 changed files with 1 additions and 15 deletions

View File

@ -1,8 +1,7 @@
// Configuration for client side
const durationsConfig = {
year: 'yearly',
month: 'monthly',
onetime: 'one-time'
month: 'monthly'
};
const amountsConfig = {
year: [100000, 25000, 6000],