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
+3
View File
@@ -35,6 +35,9 @@ type HistoryOrder struct {
PaymentType string `json:"payment_type"`
Status string `json:"status"`
Amount float64 `json:"amount"`
VisitDate string `json:"visit_date"`
TicketStatus string `json:"ticket_status"`
Source string `json:"source"`
}
type OrderItem struct {