View Issue Details

IDProjectCategoryView StatusLast Update
0011167Talermerchant backendpublic2026-02-27 19:03
Reportersebasjm Assigned Tosebasjm  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Summary0011167: private-get-orders doesn't check wire deadline for refundable orders
Descriptionit only checks the amount

    if (0 > TALER_amount_cmp (&prc.total_refund_amount,
                              brutto))
      refundable = true;

the order is also not refundable if the money has already been wired.
TagsNo tags attached.

Activities

sebasjm

2026-02-27 19:03

developer   ~0027930

2214fa56..fef8f48d

Issue History

Date Modified Username Field Change
2026-02-27 18:49 sebasjm New Issue
2026-02-27 18:49 sebasjm Status new => assigned
2026-02-27 18:49 sebasjm Assigned To => Christian Grothoff
2026-02-27 18:55 Christian Grothoff Assigned To Christian Grothoff => sebasjm
2026-02-27 19:03 sebasjm Status assigned => resolved
2026-02-27 19:03 sebasjm Resolution open => fixed
2026-02-27 19:03 sebasjm Note Added: 0027930