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