mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for bank transactions:
This commit is contained in:
parent
5410f0b95a
commit
433af7b00c
@ -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}");
|
||||
nlog("Number of transactions = {$count} - bank integration id = {$this->bank_integration->id} - bank account id = {$this->bank_integration->bank_account_id}");
|
||||
|
||||
//get transactions array
|
||||
$transactions = $yodlee->getTransactions($data);
|
||||
|
@ -68,6 +68,8 @@ class BankTransactionSync implements ShouldQueue
|
||||
// {
|
||||
|
||||
$account->bank_integrations->each(function ($bank_integration) use ($account){
|
||||
|
||||
nlog("Account = {$account->id} - {$bank_integration->id}");
|
||||
|
||||
ProcessBankTransactions::dispatch($account->bank_integration_account_id, $bank_integration);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user