Update generate voucher
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user