// Change URLs calling for prestashop.com
This commit is contained in:
@@ -340,7 +340,7 @@ class CurrencyCore extends ObjectModel
|
||||
public static function refreshCurrencies()
|
||||
{
|
||||
// Parse
|
||||
if (!$feed = Tools::simplexml_load_file('http://www.prestashop.com/xml/currencies.xml'))
|
||||
if (!$feed = Tools::simplexml_load_file('http://api.prestashop.com/xml/currencies.xml'))
|
||||
return Tools::displayError('Cannot parse feed.');
|
||||
|
||||
// Default feed currency (EUR)
|
||||
|
||||
Reference in New Issue
Block a user