Skip to content

Commit

Permalink
Update Client.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alejouribesanchez committed Jan 2, 2024
1 parent 31c5f2f commit 5541205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/veryfi/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function __construct(string $client_id,
private function get_headers(): array
{
return array(
'User-Agent' => 'php veryfi-php/1.0.2',
'User-Agent' => 'php veryfi-php/1.0.3',
'Accept' => 'application/json',
'Content-Type' => 'application/json',
'Client-ID' => $this->client_id,
Expand Down

0 comments on commit 5541205

Please sign in to comment.