@@ -57,7 +57,7 @@ discard block |
||
| 57 | 57 | CacheProvider $cache) |
| 58 | 58 | { |
| 59 | 59 | $this->url = $apiUrl; |
| 60 | - $this->secretToken = $apiKey; |
|
| 60 | + $this->secretToken = $apiKey; |
|
| 61 | 61 | $this->serializer = $serializer; |
| 62 | 62 | $this->cache = $cache; |
| 63 | 63 | } |
@@ -68,7 +68,7 @@ discard block |
||
| 68 | 68 | protected function getClient() |
| 69 | 69 | { |
| 70 | 70 | if (!$this->client instanceof ClientInterface) { |
| 71 | - $this->client = new Client([ |
|
| 71 | + $this->client = new Client([ |
|
| 72 | 72 | 'headers' => [ |
| 73 | 73 | 'Content-Type' => 'application/json' |
| 74 | 74 | ], |