Passed
Pull Request — feature/eco-3047/dev (#43)
by Aleksey
08:00 queued 03:49
created
SprykerEco/Yves/Heidelpay/Processor/HeidelpayPaymentResponseProcessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
      */
107 107
     public function filterResponseParameters(array $responseArray): array
108 108
     {
109
-        return array_filter($responseArray, function ($key) {
109
+        return array_filter($responseArray, function($key) {
110 110
             return !preg_match(static::RESPONSE_PARAMETERS_FILTER_PATTERN, $key);
111 111
         }, ARRAY_FILTER_USE_KEY);
112 112
     }
Please login to merge, or discard this patch.
Communication/Oms/Condition/IsAuthorizationFinishedOmsCondition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     {
39 39
         $heidelpayNotificationTransfer = $this->repository
40 40
             ->findPaymentHeidelpayNotificationByTransactionIdAndPaymentCode(
41
-                (string)$orderItem->getFkSalesOrder(),
41
+                (string) $orderItem->getFkSalesOrder(),
42 42
                 static::AUTHORIZATION_PAYMENT_CODE
43 43
             );
44 44
 
Please login to merge, or discard this patch.
Heidelpay/Communication/Oms/Condition/IsFinalizingFinishedOmsCondition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     {
39 39
         $heidelpayNotificationTransfer = $this->repository
40 40
             ->findPaymentHeidelpayNotificationByTransactionIdAndPaymentCode(
41
-                (string)$orderItem->getFkSalesOrder(),
41
+                (string) $orderItem->getFkSalesOrder(),
42 42
                 static::FINALIZE_PAYMENT_CODE
43 43
             );
44 44
 
Please login to merge, or discard this patch.
Heidelpay/Communication/Oms/Condition/IsAuthorizationFailedOmsCondition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     {
39 39
         $heidelpayNotificationTransfer = $this->repository
40 40
             ->findPaymentHeidelpayNotificationByTransactionIdAndPaymentCode(
41
-                (string)$orderItem->getFkSalesOrder(),
41
+                (string) $orderItem->getFkSalesOrder(),
42 42
                 static::AUTHORIZATION_PAYMENT_CODE
43 43
             );
44 44
 
Please login to merge, or discard this patch.
Heidelpay/Communication/Oms/Condition/IsFinalizingFailedOmsCondition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     {
39 39
         $heidelpayNotificationTransfer = $this->repository
40 40
             ->findPaymentHeidelpayNotificationByTransactionIdAndPaymentCode(
41
-                (string)$orderItem->getFkSalesOrder(),
41
+                (string) $orderItem->getFkSalesOrder(),
42 42
                 static::FINALIZE_PAYMENT_CODE
43 43
             );
44 44
 
Please login to merge, or discard this patch.