mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
CSV file fix for ING Belgium
Parse the description and opposing account information (IBAN and name) from ING Belgium CSV files.
This commit is contained in:
@@ -27,6 +27,7 @@ use FireflyIII\Import\Specifics\IngDescription;
|
||||
use FireflyIII\Import\Specifics\PresidentsChoice;
|
||||
use FireflyIII\Import\Specifics\SnsDescription;
|
||||
use FireflyIII\Import\Specifics\Belfius;
|
||||
use FireflyIII\Import\Specifics\IngBelgium;
|
||||
|
||||
return [
|
||||
|
||||
@@ -38,7 +39,8 @@ return [
|
||||
'AbnAmroDescription' => AbnAmroDescription::class,
|
||||
'SnsDescription' => SnsDescription::class,
|
||||
'PresidentsChoice' => PresidentsChoice::class,
|
||||
'Belfius' => Belfius::class
|
||||
'Belfius' => Belfius::class,
|
||||
'IngBelgium' => IngBelgium::class
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user