Passed
Push — master ( 14d404...14d404 )
by C.
04:14 queued 02:08
created
src/Service/Paazl.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -976,20 +976,20 @@
 block discarded – undo
976 976
         }
977 977
 
978 978
         $request = new CommitOrderRequest(
979
-          $this->getHash($pendingOrderReference),
980
-          $this->commitServiceType->getWebShopId(),
981
-          $targetWebShop,
982
-          $orderReference,
983
-          $pendingOrderReference,
984
-          $totalAmount,
985
-          $totalAmountCurrency,
986
-          $language,
987
-          $customerEmail,
988
-          $customerPhoneNumber,
989
-          $shippingMethod,
990
-          $shipperAddress,
991
-          $returnAddress,
992
-          $shippingAddress
979
+            $this->getHash($pendingOrderReference),
980
+            $this->commitServiceType->getWebShopId(),
981
+            $targetWebShop,
982
+            $orderReference,
983
+            $pendingOrderReference,
984
+            $totalAmount,
985
+            $totalAmountCurrency,
986
+            $language,
987
+            $customerEmail,
988
+            $customerPhoneNumber,
989
+            $shippingMethod,
990
+            $shipperAddress,
991
+            $returnAddress,
992
+            $shippingAddress
993 993
         );
994 994
 
995 995
         $response = $this->commitServiceType->commitOrder($request);
Please login to merge, or discard this patch.