feat: filter order history
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user