View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011688 | Taler | merchant backend | public | 2026-07-27 19:31 | 2026-07-27 19:31 |
| Reporter | Florian Dold | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | new | Resolution | open | ||
| Summary | 0011688: listing orders with limit=1 does not work | ||||
| Description | $ curl 'https://stage.my.taler-ops.ch/instances/tops/private/orders?limit=1&offset=0' -H 'Authorization: Bearer secret-token:REDACTED' { "orders": [] } vs curl 'https://stage.my.taler-ops.ch/instances/tops/private/orders?limit=-1' -H 'Authorization: Bearer secret-token:REDACTED { "orders": [ { "order_id": "2026.208-G8C7E60000000", "row_id": 4, "timestamp": { "t_s": 1785169704 }, "amount": "CHF:1", "summary": "we", "refundable": false, "paid": false } ] } | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-07-27 19:31 | Florian Dold | New Issue |