feature/add-field-store-code-warehouse #176

Merged
minhnguyen merged 8 commits from feature/add-field-store-code-warehouse into develop 2024-08-05 03:19:23 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7ab8f1f3a5 - Show all commits

View File

@ -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 float64 `json:"maximumNumberPerBuyerEachMonth"` MaximumNumberPerBuyerEachMonth int64 `json:"maximumNumberPerBuyerEachMonth"`
} }
// WarehouseConfigNotifyOnNewOrder ... // WarehouseConfigNotifyOnNewOrder ...