feat: change default donation amount to 5 dollars

This commit is contained in:
Ahmad Abdolsaheb
2020-04-22 17:18:02 +03:00
committed by Mrugesh Mohapatra
parent 987297fa2f
commit 11868700ad

View File

@ -11,7 +11,7 @@ const amountsConfig = {
}; };
const defaultAmount = { const defaultAmount = {
year: 25000, year: 25000,
month: 3500, month: 500,
onetime: 25000 onetime: 25000
}; };
const defaultStateConfig = { const defaultStateConfig = {