View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010637 | Taler | merchant backend | public | 2025-11-19 21:29 | 2025-11-19 21:29 |
| Reporter | sebasjm | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Summary | 0010637: refund amount on list of orders | ||||
| Description | we talked about this in QC session. if we want to show the refund amount for refunded orders in the "refunded" sections of the order list then we need to update the backend to return this information for refunded orders https://docs.taler.net/core/api-merchant.html#get-[-instances-$INSTANCE]-private-orders if request parameter "refunded" = YES then include the next field interface OrderHistoryEntry { ... // Total amount that was refunded, 0 if refunded is false. refund_amount: Amount; } | ||||
| Tags | No tags attached. | ||||