Fixes for bank transactions:

This commit is contained in:
David Bomba 2022-09-14 18:25:30 +10:00
parent 132eff8b24
commit 104c6cf016

View File

@ -96,6 +96,7 @@ class ProcessBankTransactions implements ShouldQueue
$this->bank_integration->from_date = now(); $this->bank_integration->from_date = now();
$this->bank_integration->save(); $this->bank_integration->save();
nlog("the bank integration from_date being set to: {$this->bank_integration->from_date}");
$this->stop_loop = false; $this->stop_loop = false;
return; return;
} }