Merge branch 'onpoint-stock-update' into develop

This commit is contained in:
Sinh 2024-04-16 11:07:20 +07:00
commit d0852f5d3a
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, ResponseImmediately: true,
Payload: model.HttpRequest{ Payload: model.HttpRequest{
URL: url, URL: url,
Method: http.MethodPost, Method: http.MethodGet,
Query: q, Query: q,
}, },
} }