View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009170 | Taler | mechant backend | public | 2024-09-04 17:25 | 2024-09-17 16:29 |
Reporter | schanzen | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.13 | ||||
Target Version | 0.14 | Fixed in Version | 0.14 | ||
Summary | 0009170: Creating oder with version field in JSON returns HTTP 400 | ||||
Description | See 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"}} | ||||
Tags | No tags attached. | ||||
|
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!). |
|
Fixed in 2ce46ab2..30f6c832 |
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 |
2024-09-17 16:29 | Christian Grothoff | Status | resolved => closed |