Skip to content

Commit e0a909f

Browse files
committed
fix: updated links
1 parent 1d17196 commit e0a909f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Service/CurrencyConverter.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)