File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ final class CurrencyConverter extends HttpService
3333{
3434 use SupportsHistoricalQueries;
3535
36- const FREE_LATEST_URL = 'https://free.currencyconverterapi .com/api/v6 /convert?q=%s&apiKey=%s ' ;
36+ const FREE_LATEST_URL = 'https://free.currconv .com/api/v7 /convert?q=%s&apiKey=%s ' ;
3737
38- const ENTERPRISE_LATEST_URL = 'https://api.currencyconverterapi .com/api/v6 /convert?q=%s&apiKey=%s ' ;
38+ const ENTERPRISE_LATEST_URL = 'https://api.currconv .com/api/v7 /convert?q=%s&apiKey=%s ' ;
3939
40- const FREE_HISTORICAL_URL = 'https://free.currencyconverterapi .com/api/v6 /convert?q=%s&date=%s&apiKey=%s ' ;
40+ const FREE_HISTORICAL_URL = 'https://free.currconv .com/api/v7 /convert?q=%s&date=%s&apiKey=%s ' ;
4141
42- const ENTERPRISE_HISTORICAL_URL = 'https://api.currencyconverterapi .com/api/v6 /convert?q=%s&date=%s&apiKey=%s ' ;
42+ const ENTERPRISE_HISTORICAL_URL = 'https://api.currconv .com/api/v7 /convert?q=%s&date=%s&apiKey=%s ' ;
4343
4444 /**
4545 * {@inheritdoc}
You can’t perform that action at this time.
0 commit comments