Compare commits
No commits in common. "0423bd1a4b4492bcb075493a6d45d6301cd1123e" and "085a8103de74598405c209456139aef4c786ead1" have entirely different histories.
0423bd1a4b
...
085a8103de
|
@ -68,7 +68,7 @@ type WarehouseOrder struct {
|
||||||
NotifyOnNewOrder WarehouseConfigNotifyOnNewOrder `json:"notifyOnNewOrder"`
|
NotifyOnNewOrder WarehouseConfigNotifyOnNewOrder `json:"notifyOnNewOrder"`
|
||||||
LabelSize string `json:"labelSize"`
|
LabelSize string `json:"labelSize"`
|
||||||
MaximumOrderValue float64 `json:"maximumOrderValue"`
|
MaximumOrderValue float64 `json:"maximumOrderValue"`
|
||||||
MaximumNumberPerBuyerEachMonth int64 `json:"maximumNumberPerBuyerEachMonth"`
|
MaximumNumberPerBuyerEachMonth float64 `json:"maximumNumberPerBuyerEachMonth"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// WarehouseConfigNotifyOnNewOrder ...
|
// WarehouseConfigNotifyOnNewOrder ...
|
||||||
|
|
Loading…
Reference in New Issue