gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-web-common] branch master updated: typo


From: gnunet
Subject: [GNUnet-SVN] [taler-web-common] branch master updated: typo
Date: Sun, 12 Feb 2017 22:11:22 +0100

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

dold pushed a commit to branch master
in repository web-common.

The following commit(s) were added to refs/heads/master by this push:
     new cb7a621  typo
cb7a621 is described below

commit cb7a6216c5e26128277acd902f90254f3dc69b43
Author: Florian Dold <address@hidden>
AuthorDate: Sun Feb 12 22:11:19 2017 +0100

    typo
---
 taler-wallet-lib.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-wallet-lib.ts b/taler-wallet-lib.ts
index 3c7c274..79a819c 100644
--- a/taler-wallet-lib.ts
+++ b/taler-wallet-lib.ts
@@ -329,7 +329,7 @@ namespace taler {
   export function internalPay(p: PayDetail) {
     callWallet("taler-pay", p, (resp: any) => {
       // either we get a response here, or the wallet will redirect the browser
-      handlePaymentResponse(resp, resp.pay_url);
+      handlePaymentResponse(resp, p.pay_url);
     });
   }
 

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



reply via email to

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