Merge pull request 'feature/add-field-store-code-warehouse' (#176) from feature/add-field-store-code-warehouse into develop
Reviewed-on: #176
This commit is contained in:
commit
0400a70a56
|
@ -158,6 +158,7 @@ type WarehouseNatsResponse struct {
|
|||
ReasonPendingInactive string `json:"reasonPendingInactive"`
|
||||
IsPendingInactive bool `json:"isPendingInactive"`
|
||||
IsFromInternational bool `json:"isFromInternational"`
|
||||
StoreCode string `json:"storeCode"`
|
||||
}
|
||||
|
||||
// WarehouseInfo ...
|
||||
|
|
Loading…
Reference in New Issue