Compare commits

..

No commits in common. "7724fd665e95486dca39fbe79328beb2f513658b" and "013f41210f6919a895730a68ec905f0984136593" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ type WarehouseOrder struct {
IsLimitNumberOfPurchases bool `json:"isLimitNumberOfPurchases"`
LimitNumberOfPurchases int64 `json:"limitNumberOfPurchases"`
NotifyOnNewOrder WarehouseConfigNotifyOnNewOrder `json:"notifyOnNewOrder"`
LabelSize string `json:"labelSize"`
}
// WarehouseConfigNotifyOnNewOrder ...