@@ -39,7 +39,7 @@ |
||
39 | 39 | 'secret_key', |
40 | 40 | ]; |
41 | 41 | |
42 | - $config['payum.api'] = function (ArrayObject $config) { |
|
42 | + $config['payum.api'] = function(ArrayObject $config) { |
|
43 | 43 | $config->validateNotEmpty($config['payum.required_options']); |
44 | 44 | |
45 | 45 | $api = new PaymentOffsite( |
@@ -4,7 +4,7 @@ |
||
4 | 4 | |
5 | 5 | interface HTPayWayFactoryInterface |
6 | 6 | { |
7 | - public const LOCALES_AVAILABLE = ['en_US', 'hr_HR', 'de_CH', 'de_DE', 'fr_BE', 'fr_FR', 'it_IT', 'ru_RU']; |
|
7 | + public const LOCALES_AVAILABLE = ['en_US', 'hr_HR', 'de_CH', 'de_DE', 'fr_BE', 'fr_FR', 'it_IT', 'ru_RU']; |
|
8 | 8 | |
9 | 9 | public const CURRENCIES_AVAILABLE = ['HRK']; |
10 | 10 | } |
11 | 11 | \ No newline at end of file |