View Issue Details

IDProjectCategoryView StatusLast Update
0007367Talerwallet (Android App)public2023-09-23 15:09
ReporterFlorian Dold Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version0.9.3Fixed in Version0.9.3 
Summary0007367: Android wallet shows "confirm with bank" button even for confirmed withdrawals
DescriptionEven if a withdrawal has been confirmed with the bank (i.e. the 2FA step succeeded), the wallet shows the "confirm with bank" button.

I've confirmed in the adb logs that the transactions list does have "confirmed: true" in the response.
TagsNo tags attached.

Activities

grote

2022-09-23 18:20

developer   ~0019174

Can this field now be relied upon in all circumstances? For some reason, the code still has this construct:

!pending && (
                (withdrawalDetails is TalerBankIntegrationApi && withdrawalDetails.confirmed) ||
                        withdrawalDetails is ManualTransfer
                )

Florian Dold

2023-04-04 18:12

manager   ~0020015

This seems to be fixed and working now.

Issue History

Date Modified Username Field Change
2022-09-23 14:44 Florian Dold New Issue
2022-09-23 14:44 Florian Dold Status new => assigned
2022-09-23 14:44 Florian Dold Assigned To => grote
2022-09-23 18:20 grote Note Added: 0019174
2022-10-20 11:08 Christian Grothoff Assigned To grote => Florian Dold
2022-10-20 11:08 Christian Grothoff Status assigned => feedback
2023-04-04 16:10 Florian Dold Target Version => 0.9.3
2023-04-04 18:12 Florian Dold Status feedback => resolved
2023-04-04 18:12 Florian Dold Resolution open => fixed
2023-04-04 18:12 Florian Dold Note Added: 0020015
2023-09-23 15:07 Christian Grothoff Fixed in Version => 0.9.3
2023-09-23 15:09 Christian Grothoff Status resolved => closed