add name order
This commit is contained in:
@@ -183,6 +183,7 @@ type OrderDetail struct {
|
||||
}
|
||||
|
||||
type OrderDetailItem struct {
|
||||
Name string `json:"name"`
|
||||
ItemType string `json:"item_type"`
|
||||
Description string `json:"description"`
|
||||
Quantity int `json:"quantity"` // Quantity of the item
|
||||
|
||||
Reference in New Issue
Block a user