Completed
Pull Request — master (#44)
by Cesar
53s
created
src/Service/Braintree/ForwardApiService.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
             $statusCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
44 44
             curl_close($ch);
45 45
         } catch (Exception $e) {
46
-            $this->logger->error('Error on ForwardAPI::'.$this->DIRECT_TOKEN_ENDPOINT.' = ' . $e->getMessage());
46
+            $this->logger->error('Error on ForwardAPI::' . $this->DIRECT_TOKEN_ENDPOINT . ' = ' . $e->getMessage());
47 47
             return null;
48 48
         }
49 49
         return ([
Please login to merge, or discard this patch.