Compare commits
No commits in common. "9c48edf1e32b6cbf1ef052536bf5998e8d40faca" and "0f40121bf7ac4dd30df3aeac4f6f5675cde22f80" have entirely different histories.
9c48edf1e3
...
0f40121bf7
|
@ -157,7 +157,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 ...
|
||||||
|
|
Loading…
Reference in New Issue