Compare commits
No commits in common. "c82bf48503b915b5f16c36560fbe8e66070cc8af" and "2e5a5b5f0f8a34088307cffb58863ee4582f77cd" have entirely different histories.
c82bf48503
...
2e5a5b5f0f
|
@ -66,7 +66,6 @@ type WarehouseOrder struct {
|
||||||
IsLimitNumberOfPurchases bool `json:"isLimitNumberOfPurchases"`
|
IsLimitNumberOfPurchases bool `json:"isLimitNumberOfPurchases"`
|
||||||
LimitNumberOfPurchases int64 `json:"limitNumberOfPurchases"`
|
LimitNumberOfPurchases int64 `json:"limitNumberOfPurchases"`
|
||||||
NotifyOnNewOrder WarehouseConfigNotifyOnNewOrder `json:"notifyOnNewOrder"`
|
NotifyOnNewOrder WarehouseConfigNotifyOnNewOrder `json:"notifyOnNewOrder"`
|
||||||
LabelSize string `json:"labelSize"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// WarehouseConfigNotifyOnNewOrder ...
|
// WarehouseConfigNotifyOnNewOrder ...
|
||||||
|
|
Loading…
Reference in New Issue