Compare commits

..

No commits in common. "72d45ed239ce763e7dd7c2e355fcacbda7fa2926" and "1384cae43312a63422e7698aa10c20a89d83cf7e" have entirely different histories.

1 changed files with 6 additions and 8 deletions

View File

@ -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 ...