summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-16 16:27:39 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-16 16:27:39 +0200
commitfad1ba2cc4072c53d38eb96f24674a0564c5ed7d (patch)
treeecbb3fb552264ea9d1fbf98e849d1fde7911cdd7 /contrib
parent33b19347ec672a7940add522e8344a2d97ba4211 (diff)
downloadmerchant-fad1ba2cc4072c53d38eb96f24674a0564c5ed7d.tar.gz
merchant-fad1ba2cc4072c53d38eb96f24674a0564c5ed7d.tar.bz2
merchant-fad1ba2cc4072c53d38eb96f24674a0564c5ed7d.zip
try long polling
Diffstat (limited to 'contrib')
-rw-r--r--contrib/request_payment.en.must2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/request_payment.en.must b/contrib/request_payment.en.must
index 560714c0..fe840937 100644
--- a/contrib/request_payment.en.must
+++ b/contrib/request_payment.en.must
@@ -91,7 +91,7 @@ body {
<body>
<script>
let delayMs = 60000;
- let checkUrl = "{{order_status_url}}";
+ let checkUrl = "{{order_status_url}}&timeout_ms=" + delayMs.toString();
function check() {
let req = new XMLHttpRequest();
req.onreadystatechange = function () {