@@ -20,7 +20,7 @@ |
||
| 20 | 20 | * @var string |
| 21 | 21 | */ |
| 22 | 22 | public const ERROR_MESSAGE_AUTHORIZE_TRANSACTION_NOT_SUPPORTED = |
| 23 | - 'Attempt to call authorize transaction on payment method \'%s\' ' . |
|
| 23 | + 'Attempt to call authorize transaction on payment method \'%s\' '. |
|
| 24 | 24 | 'that does not support it'; |
| 25 | 25 | |
| 26 | 26 | /** |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | * @var string |
| 20 | 20 | */ |
| 21 | 21 | public const ERROR_MESSAGE_RESERVATION_TRANSACTION_NOT_SUPPORTED = |
| 22 | - 'Attempt to call reservation transaction on payment method \'%s\' ' . |
|
| 22 | + 'Attempt to call reservation transaction on payment method \'%s\' '. |
|
| 23 | 23 | 'that does not support it'; |
| 24 | 24 | |
| 25 | 25 | /** |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | * @var string |
| 21 | 21 | */ |
| 22 | 22 | public const ERROR_MESSAGE_INITIALIZE_TRANSACTION_NOT_SUPPORTED = |
| 23 | - 'Attempt to call initialize transaction on payment method \'%s\' ' . |
|
| 23 | + 'Attempt to call initialize transaction on payment method \'%s\' '. |
|
| 24 | 24 | 'that does not support it'; |
| 25 | 25 | |
| 26 | 26 | /** |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | * @var string |
| 19 | 19 | */ |
| 20 | 20 | public const ERROR_MESSAGE_FINALIZE_TRANSACTION_NOT_SUPPORTED = |
| 21 | - 'Attempt to call finalize transaction on payment method \'%s\' ' . |
|
| 21 | + 'Attempt to call finalize transaction on payment method \'%s\' '. |
|
| 22 | 22 | 'that does not support it'; |
| 23 | 23 | |
| 24 | 24 | /** |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | * @var string |
| 20 | 20 | */ |
| 21 | 21 | public const ERROR_MESSAGE_DEBIT_ON_REGISTRATION_TRANSACTION_NOT_SUPPORTED = |
| 22 | - 'Attempt to call debit on registration transaction on payment method \'%s\' ' . |
|
| 22 | + 'Attempt to call debit on registration transaction on payment method \'%s\' '. |
|
| 23 | 23 | 'that does not support it'; |
| 24 | 24 | |
| 25 | 25 | /** |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | * @var string |
| 21 | 21 | */ |
| 22 | 22 | public const ERROR_MESSAGE_DEBIT_TRANSACTION_NOT_SUPPORTED = |
| 23 | - 'Attempt to call debit transaction on payment method \'%s\' ' . |
|
| 23 | + 'Attempt to call debit transaction on payment method \'%s\' '. |
|
| 24 | 24 | 'that does not support it'; |
| 25 | 25 | |
| 26 | 26 | /** |
@@ -22,7 +22,7 @@ |
||
| 22 | 22 | * @var string |
| 23 | 23 | */ |
| 24 | 24 | public const ERROR_MESSAGE_EXTERNAL_RESPONSE_TRANSACTION_NOT_SUPPORTED = |
| 25 | - 'Attempt to call external response transaction on payment method \'%s\' ' . |
|
| 25 | + 'Attempt to call external response transaction on payment method \'%s\' '. |
|
| 26 | 26 | 'that does not support it'; |
| 27 | 27 | |
| 28 | 28 | /** |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | * @var string |
| 20 | 20 | */ |
| 21 | 21 | public const ERROR_MESSAGE_REFUND_TRANSACTION_NOT_SUPPORTED = |
| 22 | - 'Attempt to call refund transaction on payment method \'%s\' ' . |
|
| 22 | + 'Attempt to call refund transaction on payment method \'%s\' '. |
|
| 23 | 23 | 'that does not support it'; |
| 24 | 24 | |
| 25 | 25 | /** |
@@ -20,7 +20,7 @@ |
||
| 20 | 20 | * @var string |
| 21 | 21 | */ |
| 22 | 22 | public const ERROR_MESSAGE_CAPTURE_TRANSACTION_NOT_SUPPORTED = |
| 23 | - 'Attempt to call capture transaction on payment method \'%s\' ' . |
|
| 23 | + 'Attempt to call capture transaction on payment method \'%s\' '. |
|
| 24 | 24 | 'that does not support it'; |
| 25 | 25 | |
| 26 | 26 | /** |