gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: wallet-core: correctly report


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: correctly report 'confirmed' status of bank integrated withdrawal
Date: Fri, 10 Jun 2022 13:39:02 +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 716da324 wallet-core: correctly report 'confirmed' status of bank 
integrated withdrawal
716da324 is described below

commit 716da3246b7d544fc81265d1942ae64067ecd8b7
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jun 10 13:38:59 2022 +0200

    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(-)

diff --git a/packages/taler-wallet-core/src/operations/transactions.ts 
b/packages/taler-wallet-core/src/operations/transactions.ts
index b8df1e7e..1ac2bd04 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,
             };

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