Completed
Pull Request — master (#6)
by Cesar
02:46
created
src/Service/Braintree/PaymentService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
             return $this->gateway->clientToken()->generate();
22 22
         } catch (Exception $exception) {
23 23
             $this->logger->error(
24
-                'Error on ' . __CLASS__ . '->' . __FUNCTION__ - ': ' . $exception->getMessage()
24
+                'Error on ' . __CLASS__ . '->' . __FUNCTION__ -': ' . $exception->getMessage()
25 25
             );
26 26
         }
27 27
         return null;
Please login to merge, or discard this patch.