@@ -39,7 +39,7 @@ |
||
39 | 39 | 'apiKey', |
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 | /** @var CoinbaseApiClientInterface $coinbaseApiClient */ |
@@ -42,7 +42,7 @@ |
||
42 | 42 | ]), |
43 | 43 | ], |
44 | 44 | ]) |
45 | - ->addEventListener(FormEvents::PRE_SET_DATA, function (FormEvent $event) { |
|
45 | + ->addEventListener(FormEvents::PRE_SET_DATA, function(FormEvent $event) { |
|
46 | 46 | $data = $event->getData(); |
47 | 47 | |
48 | 48 | $data['payum.http_client'] = '@bitbag_sylius_coinbase_plugin.api_client.coinbase'; |