Completed
Push — master ( aef100...e99920 )
by Cesar
18s queued 12s
created
src/Service/Paypal/BillingAgreementService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
             $statusCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
38 38
             curl_close($ch);
39 39
         } catch (Exception $e) {
40
-            $this->logger->error('Error on PayPal::'.$url.' = ' . $e->getMessage());
40
+            $this->logger->error('Error on PayPal::' . $url . ' = ' . $e->getMessage());
41 41
             return null;
42 42
         }
43 43
         return ([
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
         return $this->paypalApiCall(
81 81
             $requestBody,
82 82
             'https://api.sandbox.paypal.com/v1/payments/payment',
83
-            ['PAYPAL-CLIENT-METADATA-ID: '.$fraudnetSession]
83
+            ['PAYPAL-CLIENT-METADATA-ID: ' . $fraudnetSession]
84 84
         );
85 85
     }
86 86
 
Please login to merge, or discard this patch.