@@ -30,7 +30,7 @@ |
||
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 | /** |