Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Fixed #17360
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszkrzaczkowski authored Jan 2, 2024
1 parent f1904a6 commit 4b5e424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Settings/CurrencyUpdate/bankmodels/ECB.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function getName()

public function getSource()
{
return ['http://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist-90d.xml', 'http://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist.xml'];
return ['https://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist-90d.xml', 'https://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist.xml'];
}

// Returns list of currencies supported by this bank
Expand Down

0 comments on commit 4b5e424

Please sign in to comment.