gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: fix withdrawal operation API


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix withdrawal operation API path
Date: Mon, 27 Jul 2020 20:21:47 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 472307a6 fix withdrawal operation API path
472307a6 is described below

commit 472307a607b046e32f50b05a8be44c47c4b153d4
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Mon Jul 27 23:51:41 2020 +0530

    fix withdrawal operation API path
---
 src/operations/withdraw.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/operations/withdraw.ts b/src/operations/withdraw.ts
index 9f6804b2..6f591602 100644
--- a/src/operations/withdraw.ts
+++ b/src/operations/withdraw.ts
@@ -142,7 +142,7 @@ export async function getBankWithdrawalInfo(
     throw Error(`can't parse URL ${talerWithdrawUri}`);
   }
   const reqUrl = new URL(
-    `api/withdraw-operations/${uriResult.withdrawalOperationId}`,
+    `api/withdraw-operation/${uriResult.withdrawalOperationId}`,
     uriResult.bankIntegrationApiBaseUrl,
   );
   const resp = await ws.http.get(reqUrl.href);

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