Compare commits

..

No commits in common. "0400a70a56e2e0be071ad93cc1e9d05e9dc43fba" and "9c6c2b905faf51d37ea784c3f7d856b33ab0ed44" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ type WarehouseNatsResponse struct {
ReasonPendingInactive string `json:"reasonPendingInactive"` ReasonPendingInactive string `json:"reasonPendingInactive"`
IsPendingInactive bool `json:"isPendingInactive"` IsPendingInactive bool `json:"isPendingInactive"`
IsFromInternational bool `json:"isFromInternational"` IsFromInternational bool `json:"isFromInternational"`
StoreCode string `json:"storeCode"`
} }
// WarehouseInfo ... // WarehouseInfo ...