Compare commits

...

5 Commits

1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ type WarehouseConfigNotifyOnNewOrder struct {
type WarehousePaymentMethod struct { type WarehousePaymentMethod struct {
Cod bool `json:"cod"` Cod bool `json:"cod"`
BankTransfer bool `json:"bankTransfer"` BankTransfer bool `json:"bankTransfer"`
Fundiin bool `json:"fundiin"`
} }
// WarehouseDelivery ... // WarehouseDelivery ...