This commit is contained in:
David Bomba 2022-09-14 09:16:27 +10:00
parent 0a9a93b74a
commit f512edb606

View File

@ -68,6 +68,8 @@ class ProcessBankTransactions implements ShouldQueue
{
$yodlee = new Yodlee($this->bank_integration_account_id);
nlog("BANK ACCOUNT ID = {$this->bank_integration->bank_account_id}");
$data = [
'top' => 500,
'fromDate' => $this->from_date,