|
@@ -325,7 +325,7 @@ |
|
|
block discarded – undo |
|
325
|
325
|
$uri = $this->httpClient->createUri($uri) |
|
326
|
326
|
->withQuery(http_build_query($queryParams)); |
|
327
|
327
|
$message = $this->httpClient->createRequest(Request::METHOD_GET, $uri) |
|
328
|
|
- ->withHeader('Authorization', "Basic {$this->options->authentication}"); |
|
|
328
|
+ ->withHeader('Authorization', "basic {$this->options->authentication}"); |
|
329
|
329
|
$response = $this->httpClient->sendRequest($message); |
|
330
|
330
|
|
|
331
|
331
|
return json_decode($response->getBody()); |
Please login to merge, or discard this patch.