Compare commits
2 Commits
898ee7822f
...
10aec9f710
Author | SHA1 | Date |
---|---|---|
trunglam | 10aec9f710 | |
trunglt251292 | 1c7e947344 |
|
@ -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 ...
|
||||||
|
|
Loading…
Reference in New Issue