[Update] warehouse response #156

Merged
trunglam merged 1 commits from fundiin into master 2023-05-10 07:00:59 +00:00
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 ...