Skip to content

Commit d3ee392

Browse files
author
Ganeshram Chockalingam
committed
reupdate
1 parent e33af9b commit d3ee392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PayPalCheckoutSdk/Core/PaypalHttpClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public void Inject(HttpRequest request)
5757

5858
private HttpResponse fetchAccessToken()
5959
{
60-
//create a new client for acceess token.
60+
//create a new client for access token.
6161
HttpClient AccessTokenClient = new HttpClient(environment);
6262
AccessTokenRequest request = new AccessTokenRequest(environment, refreshToken);
6363
//make fetch access token call sync to avoid deadlock.

0 commit comments

Comments
 (0)