fix order and self order response
This commit is contained in:
@@ -97,6 +97,7 @@ type SelfOrderOrderItem struct {
|
||||
PaymentStatus string `json:"payment_status"`
|
||||
IsVoid bool `json:"is_void"`
|
||||
IsRefund bool `json:"is_refund"`
|
||||
Metadata map[string]interface{} `json:"metadata,omitempty"`
|
||||
Items []SelfOrderOrderLineItem `json:"items,omitempty"`
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user