We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33af9b commit d3ee392Copy full SHA for d3ee392
PayPalCheckoutSdk/Core/PaypalHttpClient.cs
@@ -57,7 +57,7 @@ public void Inject(HttpRequest request)
57
58
private HttpResponse fetchAccessToken()
59
{
60
- //create a new client for acceess token.
+ //create a new client for access token.
61
HttpClient AccessTokenClient = new HttpClient(environment);
62
AccessTokenRequest request = new AccessTokenRequest(environment, refreshToken);
63
//make fetch access token call sync to avoid deadlock.
0 commit comments