@@ -319,7 +319,7 @@ |
||
319 | 319 | $client = new \GuzzleHttp\Client(); |
320 | 320 | $json_response = $client->request('POST', $this->getUrl(), [ |
321 | 321 | 'headers' => $headers, |
322 | - 'http_errors' => false, |
|
322 | + 'http_errors' => FALSE, |
|
323 | 323 | 'json' => $post_content |
324 | 324 | ]); |
325 | 325 | $response = json_decode( $json_response->getBody() ); |
@@ -277,7 +277,7 @@ |
||
277 | 277 | try { |
278 | 278 | $client = new \GuzzleHttp\Client(); |
279 | 279 | $json_response = $client->request('POST', $this->getUrl(), [ |
280 | - 'http_errors' => false, |
|
280 | + 'http_errors' => FALSE, |
|
281 | 281 | 'multipart' => $arguments |
282 | 282 | ]); |
283 | 283 | $response = json_decode( $json_response->getBody() ); |