mergeDev/campaign #73

Closed
Ghost wants to merge 208 commits from mergeDev/campaign into develop
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2dbeab594a - Show all commits

View File

@ -50,5 +50,5 @@ type SupplierCashflowCreatePayload struct {
}
type SupplierFreeShipInfoRequestPayload struct {
SupplierID []string `json:"supplierId"`
SupplierIDs []string `json:"supplierIds"`
}