View Issue Details

IDProjectCategoryView StatusLast Update
0011688Talermerchant backendpublic2026-07-27 20:38
ReporterFlorian Dold Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version1.6 
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

Florian Dold

2026-07-27 20:38

manager   ~0029237

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

Issue History

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