feature/limit-create-order-based-warehouse-conditions #173
			
				
			
		
		
		
	| 
						 | 
					@ -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 ...
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue