Completed
Push — master ( b96e64...221600 )
by Marcus
02:23
created
src/Controller/Sandbox.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
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
         );
Please login to merge, or discard this patch.