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 82145021a1 - Show all commits

View File

@ -211,7 +211,7 @@ func (c *Client) requestHttpViaNats(data model.CommunicationRequestHttp, res int
} }
qs := "" qs := ""
for k, v := range data.Payload.Query { for k, v := range data.Payload.Query {
qs += k + "=" + v qs += "&" + k + "=" + v
} }
now := time.Now().Unix() now := time.Now().Unix()
ts := strconv.FormatInt(now, 10) ts := strconv.FormatInt(now, 10)