fix
This commit is contained in:
		
							parent
							
								
									292c7733f0
								
							
						
					
					
						commit
						49156e576d
					
				| 
						 | 
					@ -122,5 +122,5 @@ type UpdateStatusWarehousePendingInactiveRequest struct {
 | 
				
			||||||
// UpdateStatusWarehousePendingInactive ...
 | 
					// UpdateStatusWarehousePendingInactive ...
 | 
				
			||||||
type UpdateStatusWarehousePendingInactive struct {
 | 
					type UpdateStatusWarehousePendingInactive struct {
 | 
				
			||||||
	WarehouseID     string `json:"warehouse"`
 | 
						WarehouseID     string `json:"warehouse"`
 | 
				
			||||||
	Status      string `json:"status"`
 | 
						PendingInactive bool   `json:"pendingInactive"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue