Compare commits

...

2 Commits

Author SHA1 Message Date
Sinh 0ea412e725 Merge branch 'onpoint-stock-update' into develop 2024-04-16 12:11:00 +07:00
Sinh 8fe213156a feat(onpoint): fix OP sign 2024-04-16 12:10:56 +07:00
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,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)
}