Merge pull request 'update' (#171) from feature/limit-create-order-based-warehouse-conditions into develop

Reviewed-on: #171
This commit is contained in:
Minh Nguyen 2024-07-03 09:46:04 +00:00
commit 0423bd1a4b
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ type WarehouseOrder struct {
NotifyOnNewOrder WarehouseConfigNotifyOnNewOrder `json:"notifyOnNewOrder"`
LabelSize string `json:"labelSize"`
MaximumOrderValue float64 `json:"maximumOrderValue"`
MaximumNumberPerBuyerEachMonth float64 `json:"maximumNumberPerBuyerEachMonth"`
MaximumNumberPerBuyerEachMonth int64 `json:"maximumNumberPerBuyerEachMonth"`
}
// WarehouseConfigNotifyOnNewOrder ...