Compare commits
No commits in common. "3a6f5e4cfe76263e7224356d913546452404f239" and "622c6719c0d2960541205cefeea4f215c5e00691" have entirely different histories.
3a6f5e4cfe
...
622c6719c0
|
@ -79,7 +79,6 @@ 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