fix-holiday-product #137

Merged
trunglam merged 5 commits from fix-holiday-product into master 2023-01-31 03:31:49 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 49156e576d - Show all commits

View File

@ -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"`
} }