gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: try long polling


From: gnunet
Subject: [taler-merchant] branch master updated: try long polling
Date: Sun, 16 Aug 2020 16:27:41 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new fad1ba2  try long polling
fad1ba2 is described below

commit fad1ba2cc4072c53d38eb96f24674a0564c5ed7d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 16 16:27:39 2020 +0200

    try long polling
---
 contrib/request_payment.en.must | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/request_payment.en.must b/contrib/request_payment.en.must
index 560714c..fe84093 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 () {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]