View Issue Details

IDProjectCategoryView StatusLast Update
0010637Talermerchant backendpublic2025-11-19 21:29
Reportersebasjm Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0010637: refund amount on list of orders
Descriptionwe 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;
}
TagsNo tags attached.

Activities

sebasjm

2025-11-19 21:29

developer   ~0026552

when this is included, please assign it to me to add that column in SPA

Issue History

Date Modified Username Field Change
2025-11-19 21:29 sebasjm New Issue
2025-11-19 21:29 sebasjm Note Added: 0026552