diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-08-16 16:27:39 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-08-16 16:27:39 +0200 |
commit | fad1ba2cc4072c53d38eb96f24674a0564c5ed7d (patch) | |
tree | ecbb3fb552264ea9d1fbf98e849d1fde7911cdd7 /contrib | |
parent | 33b19347ec672a7940add522e8344a2d97ba4211 (diff) |
try long polling
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/request_payment.en.must | 2 |
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 () { |