Compare commits
5 Commits
622c6719c0
...
3a6f5e4cfe
Author | SHA1 | Date |
---|---|---|
|
3a6f5e4cfe | |
|
10aec9f710 | |
|
1c7e947344 | |
|
898ee7822f | |
|
1ca2e5720e |
|
@ -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