1
0

Automated commit message

This commit is contained in:
PayPalServerSDKs
2025-03-24 18:44:18 +00:00
parent 504c367386
commit 66fd3341bb
2 changed files with 19 additions and 23 deletions

View File

@@ -62,7 +62,7 @@ class PaypalServerSdkClient implements ConfigurationInterface
->converter(new CompatibilityConverter())
->jsonHelper(ApiHelper::getJsonHelper())
->apiCallback($this->config['httpCallback'] ?? null)
->userAgent('PayPal REST API PHP SDK, Version: 0.7.0, on OS {os-info}')
->userAgent('PayPal REST API PHP SDK, Version: 1.0.0, on OS {os-info}')
->serverUrls(self::ENVIRONMENT_MAP[$this->getEnvironment()], Server::DEFAULT_)
->authManagers(['Oauth2' => $this->clientCredentialsAuthManager])
->loggingConfiguration($loggingConfiguration)