mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Each CSV converter can set the certainty of their conversion.
This commit is contained in:
@@ -33,9 +33,11 @@ class INGDebetCredit extends BasicConverter implements ConverterInterface
|
||||
|
||||
if ($value === 'Af') {
|
||||
Log::debug('Return -1');
|
||||
$this->setCertainty(100);
|
||||
return -1;
|
||||
}
|
||||
|
||||
$this->setCertainty(100);
|
||||
Log::debug('Return 1');
|
||||
return 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user