From 27fb44e4b71fd7577cea0052e99c281ffe23d066 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sun, 5 Jun 2022 17:50:44 +0530 Subject: [PATCH] testing UPI app links --- index.html | 2 ++ scripts/fn_ui.js | 1 + 2 files changed, 3 insertions(+) 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(); }