Compare commits

...

2 Commits

Author SHA1 Message Date
Minh Nguyen da329c3176 Merge pull request '/warehouse-international' (#167) from feature/warehouse-international into develop
Reviewed-on: #167
2024-04-15 05:00:07 +00:00
Nguyen Minh 2d04611fee /warehouse-international 2024-04-15 11:59:54 +07:00
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ type WarehouseNatsResponse struct {
UpdatedAt time.Time `json:"updatedAt"`
ReasonPendingInactive string `json:"reasonPendingInactive"`
IsPendingInactive bool `json:"isPendingInactive"`
IsFromInternational bool `json:"isFromInternational"`
}
// WarehouseInfo ...