mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Expand bunq import.
This commit is contained in:
@@ -24,7 +24,7 @@ declare(strict_types=1);
|
||||
return [
|
||||
'enabled' => [
|
||||
'file' => true,
|
||||
'bunq' => false,
|
||||
'bunq' => true,
|
||||
'spectre' => true,
|
||||
'plaid' => false,
|
||||
],
|
||||
@@ -52,10 +52,14 @@ return [
|
||||
'file' => [
|
||||
'import_formats' => ['csv'], // mt940
|
||||
'default_import_format' => 'csv',
|
||||
'processors' => [
|
||||
'processors' => [
|
||||
'csv' => 'FireflyIII\Import\FileProcessor\CsvProcessor',
|
||||
],
|
||||
],
|
||||
'bunq' => [
|
||||
'server' => 'sandbox.public.api.bunq.com',
|
||||
'version' => 'v1',
|
||||
],
|
||||
],
|
||||
'default_config' => [
|
||||
'file' => [
|
||||
|
||||
Reference in New Issue
Block a user