gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-webex] branch master updated: fix refund fast


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: fix refund fast path
Date: Mon, 22 Jan 2018 01:30:05 +0100

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

dold pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new 2aa61c9f fix refund fast path
2aa61c9f is described below

commit 2aa61c9fc71e44a6acf23510ef4d6d733f289296
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jan 22 01:30:02 2018 +0100

    fix refund fast path
---
 src/webex/wxBackend.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/webex/wxBackend.ts b/src/webex/wxBackend.ts
index 98b543d2..30842398 100644
--- a/src/webex/wxBackend.ts
+++ b/src/webex/wxBackend.ts
@@ -514,7 +514,7 @@ function handleHttpPayment(headerList: 
chrome.webRequest.HttpHeader[], url: stri
     console.log("processing refund");
     const uri = new 
URI(chrome.extension.getURL("/src/webex/pages/refund.html"));
     uri.query({ refundUrl: fields.refund_url });
-    return { redirectUrl: uri.href };
+    return { redirectUrl: uri.href() };
   }
 
   // We need to do some asynchronous operation, we can't directly redirect

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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