gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: add refund long-polling on the H


From: gnunet
Subject: [taler-merchant] branch master updated: add refund long-polling on the HTML page
Date: Thu, 20 Aug 2020 14:17:17 +0200

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new d6e655e  add refund long-polling on the HTML page
d6e655e is described below

commit d6e655ed401094f6f6a98e1189fb8174e85c7f4c
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Thu Aug 20 17:46:17 2020 +0530

    add refund long-polling on the HTML page
---
 contrib/offer_refund.en.must | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/offer_refund.en.must b/contrib/offer_refund.en.must
index c6cc9ae..7961367 100644
--- a/contrib/offer_refund.en.must
+++ b/contrib/offer_refund.en.must
@@ -89,7 +89,8 @@ body {
 
 <body>
 <script>
-  let checkUrl = "{{& order_status_url }}";
+  let checkUrl = new URL("{{& order_status_url }}");
+  checkUrl.searchParams.set("await_refund_obtained", "yes");
   let delayMs = 500;
   function check() {
     let req = new XMLHttpRequest();

-- 
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]