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 21:56:51 +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 98afd83  typo
98afd83 is described below

commit 98afd83f424b21b1ddf1c7fdadd1b6faeb3edbf1
Author: Florian Dold <address@hidden>
AuthorDate: Sun Feb 12 21:56:49 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 64b6e62..3c7c274 100644
--- a/taler-wallet-lib.ts
+++ b/taler-wallet-lib.ts
@@ -326,7 +326,7 @@ namespace taler {
     pay_url: string;
   }
 
-  export function internalPay(p: payDetail) {
+  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);

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



reply via email to

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