Passed
Pull Request — feature/eco-3047/dev (#43)
by Aleksey
09:18 queued 04:09
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
         $heidelpayNotificationCollection = $this->repository
40 40
             ->getPaymentHeidelpayNotificationCollectionByTransactionIdAndPaymentCode(
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
         $heidelpayNotificationCollection = $this->repository
40 40
             ->getPaymentHeidelpayNotificationCollectionByTransactionIdAndPaymentCode(
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.
Zed/Heidelpay/Communication/Oms/Condition/IsOrderPaidOmsCondition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     {
49 49
         $heidelpayNotificationCollection = $this->repository
50 50
             ->getPaymentHeidelpayNotificationCollectionByTransactionIdAndPaymentCode(
51
-                (string)$orderItem->getFkSalesOrder(),
51
+                (string) $orderItem->getFkSalesOrder(),
52 52
                 static::PAID_RECEIPT_PAYMENT_CODE
53 53
             );
54 54
 
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
         $heidelpayNotificationCollection = $this->repository
40 40
             ->getPaymentHeidelpayNotificationCollectionByTransactionIdAndPaymentCode(
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
         $heidelpayNotificationCollection = $this->repository
40 40
             ->getPaymentHeidelpayNotificationCollectionByTransactionIdAndPaymentCode(
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.