View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011229 | Taler | merchant backend | public | 2026-03-11 14:29 | 2026-03-11 15:43 |
| Reporter | Florian Dold | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Target Version | 1.5 | Fixed in Version | 1.5 | ||
| Summary | 0011229: merchant does not properly send wire metadata to exchange | ||||
| Description | The test from 0011224 sets extra_wire_subject_metadata: "foo123", The value is also correctly set in the DB. However, in the batch-deposit request to the exchange, the merchant just sends the string "CR". | ||||
| Additional Information | taler-integrationtest=# select extra_wire_subject_metadata from merchant.merchant_accounts; extra_wire_subject_metadata ----------------------------- foo123 taler-integrationtest=# select extra_wire_subject_metadata from exchange.batch_deposits; extra_wire_subject_metadata ----------------------------- CR (1 row) | ||||
| Tags | No tags attached. | ||||
| child of | 0011131 | confirmed | Florian Dold | End-to-end test of new extra wire subject meta data feature [meta] |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-03-11 14:29 | Florian Dold | New Issue | |
| 2026-03-11 14:29 | Florian Dold | Status | new => assigned |
| 2026-03-11 14:29 | Florian Dold | Assigned To | => Christian Grothoff |
| 2026-03-11 14:29 | Florian Dold | Relationship added | child of 0011131 |
| 2026-03-11 15:43 | Christian Grothoff | Status | assigned => resolved |
| 2026-03-11 15:43 | Christian Grothoff | Resolution | open => fixed |
| 2026-03-11 15:43 | Christian Grothoff | Fixed in Version | => 1.5 |
| 2026-03-11 15:43 | Christian Grothoff | Note Added: 0028094 |