We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02029a3 commit bafe837Copy full SHA for bafe837
1 file changed
src/InvoiceParserClient.php
@@ -12,7 +12,7 @@ class InvoiceParserClient extends SharpApiClient
12
public function __construct(
13
string $apiKey,
14
?string $apiBaseUrl = 'https://sharpapi.com/api/v1',
15
- ?string $userAgent = 'SharpAPIPHPParseInvoice/1.0.0'
+ ?string $userAgent = 'SharpAPIPHPInvoiceParser/1.0.0'
16
) {
17
parent::__construct($apiKey, $apiBaseUrl, $userAgent);
18
}
0 commit comments