Develop #22

Merged
luuvansinh merged 56 commits from develop into master 2022-09-13 02:28:19 +00:00
1 changed files with 6 additions and 0 deletions
Showing only changes of commit e387471efe - Show all commits

View File

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