You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**_Note:_** Documentation for the client can be found [here.](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.6.0/doc/client.md)
46
+
**_Note:_** Documentation for the client can be found [here.](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.6.1/doc/client.md)
47
47
48
48
The following parameters are configurable for the API Client:
49
49
@@ -59,8 +59,8 @@ The following parameters are configurable for the API Client:
59
59
|`retryOnTimeout`|`bool`| Whether to retry on request timeout.<br>*Default*: `true`|
60
60
|`httpStatusCodesToRetry`|`array`| Http status codes to retry against.<br>*Default*: `408, 413, 429, 500, 502, 503, 504, 521, 522, 524`|
61
61
|`httpMethodsToRetry`|`array`| Http methods to retry against.<br>*Default*: `'GET', 'PUT'`|
62
-
|`loggingConfiguration`|[`LoggingConfigurationBuilder`](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.6.0/doc/logging-configuration-builder.md)| Represents the logging configurations for API calls |
63
-
|`clientCredentialsAuth`|[`ClientCredentialsAuth`](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.6.0/doc/auth/oauth-2-client-credentials-grant.md)| The Credentials Setter for OAuth 2 Client Credentials Grant |
62
+
|`loggingConfiguration`|[`LoggingConfigurationBuilder`](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.6.1/doc/logging-configuration-builder.md)| Represents the logging configurations for API calls |
63
+
|`clientCredentialsAuth`|[`ClientCredentialsAuth`](https://www.github.com/paypal/PayPal-PHP-Server-SDK/tree/0.6.1/doc/auth/oauth-2-client-credentials-grant.md)| The Credentials Setter for OAuth 2 Client Credentials Grant |
64
64
65
65
The API client can be initialized as follows:
66
66
@@ -105,20 +105,20 @@ The SDK can be configured to use a different environment for making API calls. A
105
105
106
106
This API uses the following authentication schemes.
0 commit comments