Completed
Push — master ( f9e202...677b0b )
by Cesar
12s
created
src/Controller/Paypal/VaultController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.