mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
This commit is contained in:
parent
88ff7983c8
commit
7cb29c2e66
@ -89,10 +89,6 @@ class ProcessBankTransactionsNordigen implements ShouldQueue
|
|||||||
try {
|
try {
|
||||||
$this->processTransactions();
|
$this->processTransactions();
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
// reset from_date in case this was the error (self-heal) and perform a max sync of data we can fetch (next-time)
|
|
||||||
$this->bank_integration->from_date = now()->subDays(90);
|
|
||||||
$this->bank_integration->save();
|
|
||||||
|
|
||||||
nlog("Nordigen: {$this->bank_integration->nordigen_account_id} - exited abnormally => " . $e->getMessage());
|
nlog("Nordigen: {$this->bank_integration->nordigen_account_id} - exited abnormally => " . $e->getMessage());
|
||||||
|
|
||||||
$content = [
|
$content = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user