Completed
Push — master ( db5bfa...0fb93d )
by Martin
18:54
created
app/PaymentProvider/PayPal.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,10 +41,10 @@
 block discarded – undo
41 41
     public function __construct($clientId, $clientSecret)
42 42
     {
43 43
         $this->apiContext = new ApiContext(
44
-            new OAuthTokenCredential( $clientId, $clientSecret)
44
+            new OAuthTokenCredential($clientId, $clientSecret)
45 45
         );
46 46
 
47
-        if(App::environment('prod')) {
47
+        if (App::environment('prod')) {
48 48
             $this->apiContext->setConfig([
49 49
                 'mode' => 'live'
50 50
             ]);
Please login to merge, or discard this patch.