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 20:38 |
| Reporter | Florian Dold | Assigned To | Florian Dold | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Target Version | 1.6 | ||||
| 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. | ||||
|
|
commit b7c5ae7c26d957fe17eaa4e2a7fe89eb284101d6 (HEAD -> master, tag: v1.6.13, origin/master, origin/HEAD) Author: Florian Dold <dold@taler.net> Date: Mon Jul 27 20:23:15 2026 +0200 only apply max_age to the order listing when it was requested Issue: https://bugs.taler.net/n/11688 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-07-27 19:31 | Florian Dold | New Issue | |
| 2026-07-27 20:38 | Florian Dold | Assigned To | => Florian Dold |
| 2026-07-27 20:38 | Florian Dold | Status | new => resolved |
| 2026-07-27 20:38 | Florian Dold | Resolution | open => fixed |
| 2026-07-27 20:38 | Florian Dold | Note Added: 0029237 | |
| 2026-07-27 20:38 | Florian Dold | Target Version | => 1.6 |