mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Logging
This commit is contained in:
parent
0a9a93b74a
commit
f512edb606
@ -68,6 +68,8 @@ class ProcessBankTransactions implements ShouldQueue
|
|||||||
{
|
{
|
||||||
$yodlee = new Yodlee($this->bank_integration_account_id);
|
$yodlee = new Yodlee($this->bank_integration_account_id);
|
||||||
|
|
||||||
|
nlog("BANK ACCOUNT ID = {$this->bank_integration->bank_account_id}");
|
||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
'top' => 500,
|
'top' => 500,
|
||||||
'fromDate' => $this->from_date,
|
'fromDate' => $this->from_date,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user