Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Fixed coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoreram committed Mar 31, 2015
1 parent cd1e470 commit bbc782e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ protected function getParametrizationValues(array $config)
"elcodi.entity.currency_exchange_rate.manager" => $config['mapping']['currency_exchange_rate']['manager'],
"elcodi.entity.currency_exchange_rate.enabled" => $config['mapping']['currency_exchange_rate']['enabled'],

'elcodi.core.currency.default_currency' => $config['currency']['default_currency'],
'elcodi.core.currency.session_field_name' => $config['currency']['session_field_name'],
'elcodi.core.currency.default_currency' => $config['currency']['default_currency'],
'elcodi.core.currency.session_field_name' => $config['currency']['session_field_name'],

'elcodi.core.currency.rates_provider_currency_base' => $config['rates_provider']['currency_base'],
'elcodi.core.currency.rates_provider_client' => $config['rates_provider']['client'],
'elcodi.core.currency.rates_provider_currency_base' => $config['rates_provider']['currency_base'],
'elcodi.core.currency.rates_provider_client' => $config['rates_provider']['client'],
];

/**
Expand Down

0 comments on commit bbc782e

Please sign in to comment.