feat: add one-time links to PayPal.me

This commit is contained in:
Mrugesh Mohapatra
2020-04-14 03:16:04 +05:30
committed by Ahmad Abdolsaheb
parent 6157362f61
commit 946cd0665a
3 changed files with 70 additions and 39 deletions

View File

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