diff --git a/src/Client/V2Client.php b/src/Client/V2Client.php index e909805..e99294d 100644 --- a/src/Client/V2Client.php +++ b/src/Client/V2Client.php @@ -41,6 +41,8 @@ public function verify( /** @var array{status: 'ok'|'error', token_payload?: string, type?: string, message?: string} $responseBody */ $responseBody = json_decode($response->getBody()->getContents(), true); + $this->logger->error($responseBody['status'], ['response' => $responseBody]); + return new Verify( $responseBody['status'], $responseBody,