Add order items
This commit is contained in:
@@ -38,6 +38,7 @@ const (
|
||||
OrderItemStatusReady OrderItemStatus = "ready"
|
||||
OrderItemStatusServed OrderItemStatus = "served"
|
||||
OrderItemStatusCancelled OrderItemStatus = "cancelled"
|
||||
OrderItemStatusPaid OrderItemStatus = "paid"
|
||||
)
|
||||
|
||||
type OrderItem struct {
|
||||
|
||||
Reference in New Issue
Block a user