View Issue Details

IDProjectCategoryView StatusLast Update
0011229Talermerchant backendpublic2026-03-11 15:43
ReporterFlorian Dold Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version1.5Fixed in Version1.5 
Summary0011229: merchant does not properly send wire metadata to exchange
DescriptionThe 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 Informationtaler-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)
TagsNo tags attached.

Relationships

child of 0011131 confirmedFlorian Dold End-to-end test of new extra wire subject meta data feature [meta] 

Activities

Christian Grothoff

2026-03-11 15:43

manager   ~0028094

Stupid pack bug. Fixed in 1a5d381cb..a54e194b3

Issue History

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