8000 Merge pull request #25 from TechhDan/master · paypal/Checkout-PHP-SDK@05a298f · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 05a298f

Browse files
authored
Merge pull request #25 from TechhDan/master
Class name case misspelling in readme.md
2 parents f8c11ff + 2dcc833 commit 05a298f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use PayPalCheckoutSdk\Core\SandboxEnvironment;
3333
$clientId = "<<PAYPAL-CLIENT-ID>>";
3434
$clientSecret = "<<PAYPAL-CLIENT-SECRET>>";
3535

36-
$environment = new SandBoxEnvironment($clientId, $clientSecret);
36+
$environment = new SandboxEnvironment($clientId, $clientSecret);
3737
$client = new PayPalHttpClient($environment);
3838
```
3939

0 commit comments

Comments
 (0)
0