We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e7398 commit c423f74Copy full SHA for c423f74
src/ConstantContact/Client.php
@@ -454,6 +454,7 @@ private function getHeaders(array $additional = []) : array
454
455
private function process(\Psr\Http\Message\ResponseInterface $response) : array
456
{
457
+ $this->next = '';
458
$this->lastError = $response->getReasonPhrase();
459
$this->statusCode = $response->getStatusCode();
460
$this->body = $response->getBody();
0 commit comments