mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-20 03:08:11 +00:00
Correct ratesapi URL
This commit is contained in:
@@ -71,7 +71,7 @@ class RatesApiIOv1 implements ExchangeRateInterface
|
|||||||
|
|
||||||
// build URI
|
// build URI
|
||||||
$uri = sprintf(
|
$uri = sprintf(
|
||||||
'https://ratesapi.io/api/%s?base=%s&symbols=%s',
|
'https://api.ratesapi.io/api/%s?base=%s&symbols=%s',
|
||||||
$date->format('Y-m-d'), $fromCurrency->code, $toCurrency->code
|
$date->format('Y-m-d'), $fromCurrency->code, $toCurrency->code
|
||||||
);
|
);
|
||||||
Log::debug(sprintf('Going to request exchange rate using URI %s', $uri));
|
Log::debug(sprintf('Going to request exchange rate using URI %s', $uri));
|
||||||
|
Reference in New Issue
Block a user