Merge pull request 'feat(wh_cfg): update warehouse config model' (#169) from warehouse-label-size into master

Reviewed-on: #169
This commit is contained in:
sinhluu 2024-05-06 03:09:19 +00:00
commit c82bf48503
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ type WarehouseOrder struct {
IsLimitNumberOfPurchases bool `json:"isLimitNumberOfPurchases"`
LimitNumberOfPurchases int64 `json:"limitNumberOfPurchases"`
NotifyOnNewOrder WarehouseConfigNotifyOnNewOrder `json:"notifyOnNewOrder"`
LabelSize string `json:"labelSize"`
}
// WarehouseConfigNotifyOnNewOrder ...