Skip to content

Commit 94977d1

Browse files
committed
Update SDK_USER_AGENT constant to include vendor name in ApiClient
Signed-off-by: mesilov <[email protected]>
1 parent 68c7a34 commit 94977d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/ApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class ApiClient implements ApiClientInterface
4040
*/
4141
protected const SDK_VERSION = '1.3.0';
4242

43-
protected const SDK_USER_AGENT = 'b24-php-sdk';
43+
protected const SDK_USER_AGENT = 'b24-php-sdk-vendor';
4444

4545
/**
4646
* ApiClient constructor.

0 commit comments

Comments
 (0)