mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Push some more fixes for #1378
This commit is contained in:
@@ -810,7 +810,7 @@ class BunqRoutine implements RoutineInterface
|
||||
$this->addStep();
|
||||
$account = new MonetaryAccountBank($accountData);
|
||||
$importId = $account->getId();
|
||||
if (1 === $mapping[$importId]) {
|
||||
if (isset($mapping[$importId])) {
|
||||
Log::debug(sprintf('Will grab payments for account %s', $account->getDescription()));
|
||||
$request = new ListPaymentRequest();
|
||||
$request->setPrivateKey($this->getPrivateKey());
|
||||
|
Reference in New Issue
Block a user