From 472307a607b046e32f50b05a8be44c47c4b153d4 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 27 Jul 2020 23:51:41 +0530 Subject: fix withdrawal operation API path --- src/operations/withdraw.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/operations/withdraw.ts b/src/operations/withdraw.ts index 9f6804b2b..6f591602d 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); -- cgit v1.2.3