View Issue Details

IDProjectCategoryView StatusLast Update
0009781Talerwallet-corepublic2025-04-26 02:10
ReporterFlorian Dold Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Target Version1.0 
Summary0009781: investigate payment-share-idempotency test failure
DescriptionIvan recently updated the test to reproduce an issue with payment sharing and repurchase detection.

We now need to fix the issue in wallet-core and make sure that the test passes.
TagsNo tags attached.

Activities

Florian Dold

2025-04-26 02:10

manager   ~0024680

Test passes now, the logic for transitioning the transaction didn't take the current state into account and thus also transitioned the wallet that has already paid itself for the order into a paid-by-other state on subsequent scanning of the QR code.

commit 6ec338581bb8af8b355265ddbeeeb25213ef7f08 (HEAD -> master, origin/master, origin/HEAD)
Author: Florian Dold <florian@dold.me>
Date: Sat Apr 26 02:09:05 2025 +0200

    wallet-core: fix transition to paid-by-other in merchant payments

Issue History

Date Modified Username Field Change
2025-04-23 22:11 Florian Dold New Issue
2025-04-23 22:11 Florian Dold Status new => assigned
2025-04-23 22:11 Florian Dold Assigned To => Florian Dold
2025-04-26 02:10 Florian Dold Status assigned => resolved
2025-04-26 02:10 Florian Dold Resolution open => fixed
2025-04-26 02:10 Florian Dold Note Added: 0024680