View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009781 | Taler | wallet-core | public | 2025-04-23 22:11 | 2025-04-26 02:10 |
Reporter | Florian Dold | Assigned To | Florian Dold | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Target Version | 1.0 | ||||
Summary | 0009781: investigate payment-share-idempotency test failure | ||||
Description | Ivan 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. | ||||
Tags | No tags attached. | ||||
|
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 |
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 |