Passed
Pull Request — feature/eco-3135/dev (#41)
by Aleksey
05:38
created
SprykerEco/Zed/Heidelpay/Business/Adapter/Mapper/ResponseFromHeidelpay.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
         $responseTransfer
61 61
             ->setIsPending($apiResponse->isPending())
62 62
             ->setIsSuccess($apiResponse->isSuccess())
63
-            ->setIdSalesOrder((int)$apiResponse->getIdentification()->getTransactionId())
63
+            ->setIdSalesOrder((int) $apiResponse->getIdentification()->getTransactionId())
64 64
             ->setIsError($apiResponse->isError())
65 65
             ->setProcessingCode($apiResponse->getProcessing()->code)
66 66
             ->setIdTransactionUnique($apiResponse->getIdentification()->getUniqueId())
Please login to merge, or discard this patch.
Payment/Transaction/Handler/DebitOnRegistrationTransactionHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 class DebitOnRegistrationTransactionHandler implements DebitOnRegistrationTransactionHandlerInterface
17 17
 {
18 18
     public const ERROR_MESSAGE_DEBIT_ON_REGISTRATION_TRANSACTION_NOT_SUPPORTED =
19
-        'Attempt to call debit on registration transaction on payment method \'%s\' ' .
19
+        'Attempt to call debit on registration transaction on payment method \'%s\' '.
20 20
         'that does not support it';
21 21
 
22 22
     /**
Please login to merge, or discard this patch.
Heidelpay/Business/Payment/Transaction/Handler/RefundTransactionHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 class RefundTransactionHandler implements RefundTransactionHandlerInterface
17 17
 {
18 18
     public const ERROR_MESSAGE_REFUND_TRANSACTION_NOT_SUPPORTED =
19
-        'Attempt to call refund transaction on payment method \'%s\' ' .
19
+        'Attempt to call refund transaction on payment method \'%s\' '.
20 20
         'that does not support it';
21 21
 
22 22
     /**
Please login to merge, or discard this patch.