diff --git a/index.html b/index.html index ef6a4dc..30a707b 100644 --- a/index.html +++ b/index.html @@ -820,6 +820,8 @@

Transfer money

+ Pay using UPI apps +
OR
  1. diff --git a/scripts/fn_ui.js b/scripts/fn_ui.js index 10fc42b..0b108fd 100644 --- a/scripts/fn_ui.js +++ b/scripts/fn_ui.js @@ -57,6 +57,7 @@ function continueWalletTopup() { msg: `upi://pay?pn=FLOPay&pa=${cashierUPI[cashier]}&am=${amount}&tn=${txCode}`, ecl: 'H' })) + getRef('pay_by_upi').href = `upi://pay?pn=FLOPay&pa=${cashierUPI[cashier]}&am=${amount}&tn=${txCode}` showChildElement('topup_wallet_process', 1) // getRef('topup_wallet__txid').focusIn(); }