Merge pull request #17 from Selly-Modules/warehouse-nats

[Update] Add reponse other
This commit is contained in:
trunglt251292 2022-08-31 18:06:27 +07:00 committed by GitHub
commit 9413158b8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,12 @@ type WarehouseConfiguration struct {
Order WarehouseOrder `json:"order"`
Partner WarehousePartner `json:"partner"`
Delivery WarehouseDelivery `json:"delivery"`
Other WarehouseOther `json:"other"`
}
// WarehouseOther ...
type WarehouseOther struct {
DoesSupportSellyExpress bool `json:"doesSupportSellyExpress"`
}
// WarehouseSupplier ...