Completed
Pull Request — master (#16)
by Cesar
01:31
created
src/Service/Paypal/SessionService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace App\Service\Paypal;
4 4
 
5
-use App\Service\SettingsService;
6 5
 use PayPal\Api\OpenIdUserinfo;
7 6
 use Psr\Log\LoggerInterface;
8 7
 use Symfony\Component\HttpFoundation\Session\Session;
Please login to merge, or discard this patch.
src/Controller/Paypal/PaymentsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      */
31 31
     public function payments(string $action)
32 32
     {
33
-        return $this->render('paypal/payments/'. $action .'.html.twig');
33
+        return $this->render('paypal/payments/' . $action . '.html.twig');
34 34
     }
35 35
 
36 36
     /**
Please login to merge, or discard this patch.