minor UI tweak

This commit is contained in:
sairaj mote 2022-06-05 18:14:15 +05:30
parent fd10d3c6ec
commit 51f0f3adb9

View File

@ -58,6 +58,7 @@ function continueWalletTopup() {
ecl: 'H'
}))
getRef('pay_by_upi').href = `upi://pay?pn=FLOPay&pa=${cashierUPI[cashier]}&am=${amount}&tn=${txCode}`
getRef('pay_by_upi').textContent = `Pay ${formatAmount(amount)} by UPI`;
showChildElement('topup_wallet_process', 1)
// getRef('topup_wallet__txid').focusIn();
}