Expand code for exchange rates

This commit is contained in:
James Cole
2023-07-25 09:01:44 +02:00
parent 455e311661
commit dde7bcfc4c
12 changed files with 609 additions and 145 deletions

View File

@@ -78,9 +78,9 @@ class Cron extends Command
$force = (bool)$this->option('force');
/*
* Fire recurring transaction cron job.
* Fire exchange rates cron job.
*/
if (true === config('cer.enabled')) {
if (true === config('cer.download_enabled')) {
try {
$this->exchangeRatesCronJob($force, $date);
} catch (FireflyException $e) {