Merge pull request '[Update] warehouse response' (#156) from fundiin into master
Reviewed-on: #156
This commit is contained in:
commit
10aec9f710
|
@ -79,6 +79,7 @@ type WarehouseConfigNotifyOnNewOrder struct {
|
|||
type WarehousePaymentMethod struct {
|
||||
Cod bool `json:"cod"`
|
||||
BankTransfer bool `json:"bankTransfer"`
|
||||
Fundiin bool `json:"fundiin"`
|
||||
}
|
||||
|
||||
// WarehouseDelivery ...
|
||||
|
|
Loading…
Reference in New Issue