From 716da3246b7d544fc81265d1942ae64067ecd8b7 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 10 Jun 2022 13:38:59 +0200 Subject: wallet-core: correctly report 'confirmed' status of bank integrated withdrawal --- packages/taler-wallet-core/src/operations/transactions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations') diff --git a/packages/taler-wallet-core/src/operations/transactions.ts b/packages/taler-wallet-core/src/operations/transactions.ts index b8df1e7eb..1ac2bd042 100644 --- a/packages/taler-wallet-core/src/operations/transactions.ts +++ b/packages/taler-wallet-core/src/operations/transactions.ts @@ -166,7 +166,7 @@ export async function getTransactions( if (r.bankInfo) { withdrawalDetails = { type: WithdrawalType.TalerBankIntegrationApi, - confirmed: true, + confirmed: r.timestampBankConfirmed ? true : false, reservePub: wsr.reservePub, bankConfirmationUrl: r.bankInfo.confirmUrl, }; -- cgit v1.2.3