From 5075c43e1a38d39e61b62bd299e66f6cbcc8df4f Mon Sep 17 00:00:00 2001 From: HEALER <65026164+healer-op@users.noreply.github.com> Date: Sun, 11 Aug 2024 18:27:17 +0530 Subject: [PATCH] Update pay.html --- pay.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pay.html b/pay.html index d22e3d8..77c9615 100644 --- a/pay.html +++ b/pay.html @@ -31,7 +31,7 @@ } else { console.log("Desktop device detected"); - root.innerHTML = `

This Payment Page Works Best on Mobile Devices

Payment is for ${message} to ${upi_id}

You Can Scan this qr code and pay a sum of ${amount}₹

` + root.innerHTML = `

This Payment Page Works Best on Mobile Devices

Payment is for ${message} to ${upi_id}

You Can Scan this qr code and pay a sum of ${amount}₹


You can also pay using Paypal

` }