refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 37c20ac3c7 - Show all commits

View File

@ -46,6 +46,6 @@ type FreeShip struct {
}
type SupplierFreeShipInfoResponse struct {
SupplierID string `json:"supplierId"`
FreeShip FreeShip `json:"freeShip"`
SupplierID string `json:"supplierId"`
FreeShip []FreeShip `json:"freeShip"`
}