add name order

This commit is contained in:
aditya.siregar
2024-08-22 03:23:58 +07:00
parent 031c36897f
commit 2b9c737306
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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