Fixes for bank transactions:
This commit is contained in:
parent
bced761d9b
commit
53d0aef5cc
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class ProcessBankTransactions implements ShouldQueue
|
|||
//Get int count
|
||||
$count = $transaction_count->transaction->TOTAL->count;
|
||||
|
||||
nlog("Number of transactions = {$count} - bank integration id = {$this->bank_integration->id} - bank account id = {$this->bank_integration->bank_account_id}");
|
||||
nlog("Number of transactions = {$count} - bank integration id = {$this->bank_integration->id} - bank account id = {$this->bank_integration->bank_account_id} - from {$this->from_date}");
|
||||
|
||||
//get transactions array
|
||||
$transactions = $yodlee->getTransactions($data);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue