1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00
paulwer 2023-12-22 08:05:55 +01:00
parent 88ff7983c8
commit 7cb29c2e66

View File

@ -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 = [