Skip to content

Commit 5541205

Browse files
Update Client.php
1 parent 31c5f2f commit 5541205

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/veryfi/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function __construct(string $client_id,
129129
private function get_headers(): array
130130
{
131131
return array(
132-
'User-Agent' => 'php veryfi-php/1.0.2',
132+
'User-Agent' => 'php veryfi-php/1.0.3',
133133
'Accept' => 'application/json',
134134
'Content-Type' => 'application/json',
135135
'Client-ID' => $this->client_id,

0 commit comments

Comments
 (0)