Browse Source

Nordigen no longer at zero.

pull/492/head
James Cole 2 years ago
parent
commit
600023ed11
No known key found for this signature in database GPG Key ID: B49A324B7EAD6D80
  1. 2
      app/Services/Nordigen/Conversion/RoutineManager.php

2
app/Services/Nordigen/Conversion/RoutineManager.php

@ -115,9 +115,7 @@ class RoutineManager implements RoutineManagerInterface
throw $e;
}
$nordigen = [];
// collect errors from transactionProcessor.
if (0 === count($nordigen)) {
app('log')->warning('Downloaded nothing, will return nothing.');
// add error to current error thing:

Loading…
Cancel
Save