Skip to content

Commit

Permalink
Log output
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Oct 7, 2024
1 parent 1ff8600 commit b0bf3c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Client/V2Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b0bf3c1

Please sign in to comment.