aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/withdraw.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-08-25 18:34:25 +0200
committerFlorian Dold <florian@dold.me>2022-08-25 18:34:25 +0200
commit499e003ff8bfcb75a20619c65c4a03a73cb7a850 (patch)
treee08a9d8b5a069fdfd1d1625c98975592f547bd42 /packages/taler-wallet-core/src/operations/withdraw.ts
parent22bc73ac4be09e52be0339780018f6440fdca94c (diff)
downloadwallet-core-499e003ff8bfcb75a20619c65c4a03a73cb7a850.tar.xz
specify bank access API separately in tests
Diffstat (limited to 'packages/taler-wallet-core/src/operations/withdraw.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/withdraw.ts2
1 files changed, 2 insertions, 0 deletions
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,