Compare commits
No commits in common. "72d45ed239ce763e7dd7c2e355fcacbda7fa2926" and "1384cae43312a63422e7698aa10c20a89d83cf7e" have entirely different histories.
72d45ed239
...
1384cae433
|
@ -67,8 +67,6 @@ type WarehouseOrder struct {
|
|||
LimitNumberOfPurchases int64 `json:"limitNumberOfPurchases"`
|
||||
NotifyOnNewOrder WarehouseConfigNotifyOnNewOrder `json:"notifyOnNewOrder"`
|
||||
LabelSize string `json:"labelSize"`
|
||||
MaximumOrderValue float64 `json:"maximumOrderValue"`
|
||||
MaximumNumberPerBuyerEachMonth int64 `json:"maximumNumberPerBuyerEachMonth"`
|
||||
}
|
||||
|
||||
// WarehouseConfigNotifyOnNewOrder ...
|
||||
|
|
Loading…
Reference in New Issue