1
0

Release V2.1.0 (#64)

* Automated commit message

* Update CHANGELOG.md

---------

Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
This commit is contained in:
Dani Kirby
2025-12-04 16:31:21 -06:00
committed by GitHub
parent d01e1a4894
commit b2bdbe4e53
8 changed files with 41 additions and 28 deletions

View File

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