mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
This commit is contained in:
parent
88ff7983c8
commit
7cb29c2e66
@ -89,10 +89,6 @@ class ProcessBankTransactionsNordigen implements ShouldQueue
|
||||
try {
|
||||
$this->processTransactions();
|
||||
} 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());
|
||||
|
||||
$content = [
|
||||
|
Loading…
Reference in New Issue
Block a user