Skip to content

Commit c423f74

Browse files
committed
Reset next link on each request
1 parent 19e7398 commit c423f74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ConstantContact/Client.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ private function getHeaders(array $additional = []) : array
454454

455455
private function process(\Psr\Http\Message\ResponseInterface $response) : array
456456
{
457+
$this->next = '';
457458
$this->lastError = $response->getReasonPhrase();
458459
$this->statusCode = $response->getStatusCode();
459460
$this->body = $response->getBody();

0 commit comments

Comments
 (0)