summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-12 22:11:19 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-12 22:11:19 +0100
commitcb7a6216c5e26128277acd902f90254f3dc69b43 (patch)
treef0fff107421eb3f2c1b5121dfd45ff0a6fb35fe8
parent98afd83f424b21b1ddf1c7fdadd1b6faeb3edbf1 (diff)
downloadweb-common-cb7a6216c5e26128277acd902f90254f3dc69b43.tar.gz
web-common-cb7a6216c5e26128277acd902f90254f3dc69b43.tar.bz2
web-common-cb7a6216c5e26128277acd902f90254f3dc69b43.zip
typo
-rw-r--r--taler-wallet-lib.ts2
1 files changed, 1 insertions, 1 deletions
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);
});
}