Compare commits

...

2 Commits

Author SHA1 Message Date
Sinh d0852f5d3a Merge branch 'onpoint-stock-update' into develop 2024-04-16 11:07:20 +07:00
Sinh b9f59140a7 feat(onpoint): change method get inventories 2024-04-16 11:07:14 +07:00
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ func (c *Client) GetInventories(req ListInventoriesReq) (*ListInventoriesRes, er
ResponseImmediately: true,
Payload: model.HttpRequest{
URL: url,
Method: http.MethodPost,
Method: http.MethodGet,
Query: q,
},
}