View Issue Details

IDProjectCategoryView StatusLast Update
0009170Talermechant backendpublic2024-09-05 13:55
Reporterschanzen Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version0.13 
Target Version0.14Fixed in Version0.14 
Summary0009170: Creating oder with version field in JSON returns HTTP 400
DescriptionSee title. Try to create a minimal order and see how 400 is returned.

See also https://docs.taler.net/core/api-merchant.html#creating-orders
Steps To Reproduce With request {"order":{"version":0,"amount":"KUDOS:0.3","summary":"Registration of `charlie' at GNUnet FCFS registrar","fulfillment_url":"https://fcfs.gnunet.org/name/charlie/edit?token=fded9b59-52c9-4b0d-a10a-e9f897b67a3e"}}
TagsNo tags attached.

Activities

Christian Grothoff

2024-09-05 13:51

manager   ~0023172

found the issue, contrary to the spec, the "version" field implemented server-side expected a string instead of an integer, fixing (the code, not the spec!).

Christian Grothoff

2024-09-05 13:54

manager   ~0023173

Fixed in 2ce46ab2..30f6c832

Issue History

Date Modified Username Field Change
2024-09-04 17:25 schanzen New Issue
2024-09-04 17:25 schanzen Status new => assigned
2024-09-04 17:25 schanzen Assigned To => Christian Grothoff
2024-09-05 13:51 Christian Grothoff Note Added: 0023172
2024-09-05 13:54 Christian Grothoff Note Added: 0023173
2024-09-05 13:54 Christian Grothoff Status assigned => resolved
2024-09-05 13:54 Christian Grothoff Resolution open => fixed
2024-09-05 13:54 Christian Grothoff Fixed in Version => 0.14
2024-09-05 13:55 Christian Grothoff Target Version => 0.14