@@ -167,7 +167,7 @@ |
||
167 | 167 | private function httpRequest(EndpointInterface $endpoint) : ResponseInterface |
168 | 168 | { |
169 | 169 | $this->headers = array_merge($this->headers, $endpoint->getHeaders()); |
170 | - $queryParams = $this->getQueryParams($endpoint); |
|
170 | + $queryParams = $this->getQueryParams($endpoint); |
|
171 | 171 | |
172 | 172 | $uri = $this->environment->getApiUrl() . $endpoint->getEndpoint(); |
173 | 173 | $options = []; |