@@ -43,7 +43,7 @@ |
||
43 | 43 | |
44 | 44 | $apiContext = new \PayPal\Rest\ApiContext( |
45 | 45 | new \PayPal\Auth\OAuthTokenCredential( |
46 | - $this->config->getShop('paypalrestv1')['clientid'], // ClientID |
|
46 | + $this->config->getShop('paypalrestv1')['clientid'], // ClientID |
|
47 | 47 | $this->config->getShop('paypalrestv1')['secret'] // ClientSecret |
48 | 48 | ) |
49 | 49 | ); |