View Issue Details

IDProjectCategoryView StatusLast Update
0011688Talermerchant backendpublic2026-07-27 19:31
ReporterFlorian Dold Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0011688: 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
    }
  ]
}
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-07-27 19:31 Florian Dold New Issue