@@ -106,7 +106,7 @@ |
||
| 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 | } |
@@ -38,7 +38,7 @@ |
||
| 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 | |
@@ -38,7 +38,7 @@ |
||
| 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 | |
@@ -48,7 +48,7 @@ |
||
| 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 | |
@@ -38,7 +38,7 @@ |
||
| 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 | |
@@ -38,7 +38,7 @@ |
||
| 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 | |