@@ -60,7 +60,7 @@ |
||
| 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()) |
@@ -16,7 +16,7 @@ |
||
| 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 | /** |
@@ -16,7 +16,7 @@ |
||
| 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 | /** |