1
0

Automated commit message (#8)

Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
This commit is contained in:
Dani Kirby
2024-10-01 11:34:21 -05:00
committed by GitHub
parent 09148245f7
commit 4bc534dfec
4 changed files with 35 additions and 20 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.5.1, on OS {os-info}')
->userAgent('PayPal REST API PHP SDK, Version: 0.5.2, on OS {os-info}')
->serverUrls(self::ENVIRONMENT_MAP[$this->getEnvironment()], Server::DEFAULT_)
->authManagers(['Oauth2' => $this->clientCredentialsAuthManager])
->loggingConfiguration($loggingConfiguration)