Remove references to bill scanning.

This commit is contained in:
James Cole
2018-04-14 13:00:24 +02:00
parent d8a00f4314
commit 926c03986c
13 changed files with 1 additions and 217 deletions

View File

@@ -185,7 +185,6 @@ class BunqConfigurator implements ConfiguratorInterface
'stage' => 'initial',
'auto-start' => true,
'apply-rules' => true,
'match-bills' => false,
];
$currentConfig = $this->repository->getConfiguration($job);
$finalConfig = array_merge($defaultConfig, $currentConfig);

View File

@@ -53,7 +53,6 @@ class FileConfigurator implements ConfiguratorInterface
'file-type' => 'csv', // assume
'has-config-file' => true,
'apply-rules' => true,
'match-bills' => false,
'auto-start' => false,
];
/** @var ImportJob */

View File

@@ -206,7 +206,6 @@ class SpectreConfigurator implements ConfiguratorInterface
'accounts-mapped' => '',
'auto-start' => true,
'apply-rules' => true,
'match-bills' => false,
];
$currentConfig = $this->repository->getConfiguration($job);
$finalConfig = array_merge($defaultConfig, $currentConfig);