feat: filter order history

This commit is contained in:
fernanda-one
2024-08-10 23:21:01 +07:00
parent 2fd676ef3e
commit b1c1c0260b
14 changed files with 23 additions and 3 deletions
Binary file not shown.
+3
View File
@@ -173,6 +173,9 @@ func (h *Handler) toHistoryOrderResponse(resp *entity.HistoryOrder) response.His
PaymentType: resp.PaymentType,
Status: resp.Status,
Amount: resp.Amount,
VisitDate: resp.VisitDate.Format(time.RFC3339),
TicketStatus: resp.TicketStatus,
Source: resp.Source,
}
}