Compare commits

...

2 Commits

Author SHA1 Message Date
Minh Nguyen 0423bd1a4b Merge pull request 'update' (#171) from feature/limit-create-order-based-warehouse-conditions into develop
Reviewed-on: #171
2024-07-03 09:46:04 +00:00
Nguyen Minh 7ab8f1f3a5 update 2024-07-03 16:45:50 +07:00
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 ...