services['prestashop.core.exchange_rate.provider'] = new \PrestaShop\PrestaShop\Core\Currency\ExchangeRateProvider('http://api.prestashop.com/xml/currencies.xml', ($this->services['PrestaShop\\PrestaShop\\Adapter\\Currency\\CurrencyDataProvider'] ?? $this->getCurrencyDataProviderService())->getDefaultCurrencyIsoCode(), ($this->services['prestashop.core.currency.exchange_rate.circuit_breaker'] ?? $this->load('getPrestashop_Core_Currency_ExchangeRate_CircuitBreakerService.php')), ($this->services['cache.app'] ?? $this->getCache_AppService()));