Compare commits
2 Commits
2e5a5b5f0f
...
c82bf48503
Author | SHA1 | Date |
---|---|---|
sinhluu | c82bf48503 | |
Sinh | 1d0b13285a |
|
@ -66,6 +66,7 @@ type WarehouseOrder struct {
|
|||
IsLimitNumberOfPurchases bool `json:"isLimitNumberOfPurchases"`
|
||||
LimitNumberOfPurchases int64 `json:"limitNumberOfPurchases"`
|
||||
NotifyOnNewOrder WarehouseConfigNotifyOnNewOrder `json:"notifyOnNewOrder"`
|
||||
LabelSize string `json:"labelSize"`
|
||||
}
|
||||
|
||||
// WarehouseConfigNotifyOnNewOrder ...
|
||||
|
|
Loading…
Reference in New Issue