Merge pull request '[Update] warehouse response' (#156) from fundiin into master

Reviewed-on: #156
This commit is contained in:
trunglam 2023-05-10 07:00:58 +00:00
commit 10aec9f710
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ type WarehouseConfigNotifyOnNewOrder struct {
type WarehousePaymentMethod struct {
Cod bool `json:"cod"`
BankTransfer bool `json:"bankTransfer"`
Fundiin bool `json:"fundiin"`
}
// WarehouseDelivery ...