Skip to content

Commit bafe837

Browse files
committed
Update UserAgent to SharpAPIPHPInvoiceParser/1.0.0
1 parent 02029a3 commit bafe837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/InvoiceParserClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class InvoiceParserClient extends SharpApiClient
1212
public function __construct(
1313
string $apiKey,
1414
?string $apiBaseUrl = 'https://sharpapi.com/api/v1',
15-
?string $userAgent = 'SharpAPIPHPParseInvoice/1.0.0'
15+
?string $userAgent = 'SharpAPIPHPInvoiceParser/1.0.0'
1616
) {
1717
parent::__construct($apiKey, $apiBaseUrl, $userAgent);
1818
}

0 commit comments

Comments
 (0)