Completed
Push — master ( d601ba...2d4509 )
by Cesar
21s queued 15s
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
         $dataUserIdToken = $this->paypalService->getVaultService()->getDataUserIdToken($customerId);
28
-        return $this->render('paypal/vault/'. $action .'.html.twig', [
28
+        return $this->render('paypal/vault/' . $action . '.html.twig', [
29 29
             'dataUserIdToken' => $dataUserIdToken,
30 30
 
31 31
         ]);
Please login to merge, or discard this patch.
src/Service/Paypal/PaymentService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
      * @param array $headers
50 50
      * @return array|string
51 51
      */
52
-    public function createOrder(string $body, array $headers = []): object|null
52
+    public function createOrder(string $body, array $headers = []): object | null
53 53
     {
54 54
         try {
55 55
             $request = new OrdersCreateRequest();
Please login to merge, or discard this patch.