feat(onpoint): get inventories #17

Merged
sinhluu merged 8 commits from onpoint-stock-update into master 2024-05-08 07:26:17 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b9f59140a7 - Show all commits

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,
},
}