Update generate voucher

This commit is contained in:
WD - Dev
2025-07-15 02:29:14 +07:00
parent 4a0f52a3d8
commit c6bee729c5
8 changed files with 45 additions and 44 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
if (container) {
const iframe = document.createElement("iframe");
iframe.id = "voucherFrame";
iframe.src = "http://localhost/manjapro-project/voucherpay/?i=" + encodeURIComponent(i);
iframe.src = "https://manjapro.net/voucherpay/?i=" + encodeURIComponent(i);
iframe.style.width = "100%";
iframe.style.border = "none";
iframe.style.display = "block";