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 8f00751 commit f561f16Copy full SHA for f561f16
Test/TestHarness.cs
@@ -11,7 +11,7 @@ public class TestHarness
11
12
public static PayPalEnvironment environment()
13
{
14
- return new SandboxEnvironment("AVNCVvV9oQ7qee5O8OW4LSngEeU1dI7lJAGCk91E_bjrXF2LXB2TK2ICXQuGtpcYSqs4mz1BMNQWuso1", "EDQzd81k-1z2thZw6typSPOTEjxC_QbJh6IithFQuXdRFc7BjVht5rQapPiTaFt5RC-HCa1ir6mi-H5l");
+ return new SandboxEnvironment("<<PAYPAL-CLIENT-ID>>", "<<PAYPAL-CLIENT-SECRET>>");
15
}
16
17
public static HttpClient client()
0 commit comments