From 499e003ff8bfcb75a20619c65c4a03a73cb7a850 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 25 Aug 2022 18:34:25 +0200 Subject: specify bank access API separately in tests --- packages/taler-wallet-core/src/operations/withdraw.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/taler-wallet-core/src/operations/withdraw.ts') diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts b/packages/taler-wallet-core/src/operations/withdraw.ts index f92ce5063..03ec9b61b 100644 --- a/packages/taler-wallet-core/src/operations/withdraw.ts +++ b/packages/taler-wallet-core/src/operations/withdraw.ts @@ -382,6 +382,8 @@ export async function getBankWithdrawalInfo( codecForWithdrawOperationStatusResponse(), ); + logger.info(`bank withdrawal operation status: ${j2s(status)}`); + return { amount: Amounts.parseOrThrow(status.amount), confirmTransferUrl: status.confirm_transfer_url, -- cgit v1.2.3