We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ba724 commit 278975fCopy full SHA for 278975f
1 file changed
src/ConstantContact/Client.php
@@ -470,14 +470,11 @@ private function exec(\CurlHandle $ch) : bool
470
$this->accessToken = $data['access_token'] ?? '';
471
$this->refreshToken = $data['refresh_token'] ?? '';
472
473
- \curl_close($ch);
474
-
475
return isset($data['access_token'], $data['refresh_token']);
476
}
477
478
$this->statusCode = \curl_errno($ch);
479
$this->lastError = \curl_error($ch);
480
481
482
return false;
483
0 commit comments