@@ -25,7 +25,7 @@ |
||
| 25 | 25 | { |
| 26 | 26 | $customerId = $this->settingsService->getSetting('settings-customer-id'); |
| 27 | 27 | $dataClientToken = $this->paypalService->getVaultService()->getDataClientToken($customerId); |
| 28 | - return $this->render('paypal/vault/'. $action .'.html.twig', [ |
|
| 28 | + return $this->render('paypal/vault/' . $action . '.html.twig', [ |
|
| 29 | 29 | 'dataClientToken' => $dataClientToken, |
| 30 | 30 | ]); |
| 31 | 31 | } |