From e36d59a31e0c70e7ca89177a9db97578a4f5e82b Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Wed, 11 May 2022 00:20:30 +0530 Subject: [PATCH] Removed UPI app link --- index.html | 6 ------ scripts/fn_ui.js | 1 - 2 files changed, 7 deletions(-) diff --git a/index.html b/index.html index 7fca783..998407e 100644 --- a/index.html +++ b/index.html @@ -745,12 +745,6 @@
-
- Pay with - supported - UPI apps -

*Requires UPI apps installed on device

-

After sending money, please enter the transaction ID of completed transaction.

${formatAmount(amount)} to UPI ID below`; getRef('topup_wallet__upi_id').value = cashierUPI[cashier]; - getRef('topup_wallet__app_link').href = `upi://pay?pa=${cashierUPI[cashier]}&cu=INR`; fetch(`https://upiqr.in/api/qr?name=cashier&vpa=${cashierUPI[cashier]}`).then(res => { res.text().then(data => getRef('topup_wallet__qr_code').innerHTML = data) .catch(err => console.error(err));