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 0 deletions
Showing only changes of commit 8fe213156a - Show all commits

View File

@ -237,6 +237,7 @@ func (c *Client) requestHttpViaNats(data model.CommunicationRequestHttp, res int
httputil.HeaderKeyContentType: httputil.HeaderValueApplicationJSON,
}
data.Payload.Query = map[string]string{}
data.Payload.URL = u.String()
return ec.Request(subject.Communication.RequestHTTP, data, res)
}