Skip to content

Commit

Permalink
Update PayPalClient.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chewhern committed Jan 1, 2022
1 parent 61a90b6 commit a6f5420
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion V2/Helper/PayPalClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ public class PayPalClient
{
public static PayPalEnvironment environment()
{
return new SandboxEnvironment("{PayPal Sandbox/Live API credentials}", "{PayPal Sandbox/Live API credentials}");
//return new LiveEnvironment("{PayPal Live API credentials}","{PayPal Live API credentials}"); Or
return new SandboxEnvironment("{PayPal Sandbox API credentials}", "{PayPal Sandbox API credentials}");
}

public static HttpClient client()
Expand Down

0 comments on commit a6f5420

Please sign in to comment.