diff --git a/index.html b/index.html
index 7fca783..998407e 100644
--- a/index.html
+++ b/index.html
@@ -745,12 +745,6 @@
-
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));