mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
More code for new importer
This commit is contained in:
@@ -29,7 +29,7 @@ class INGDebetCredit extends BasicConverter implements ConverterInterface
|
||||
*/
|
||||
public function convert($value)
|
||||
{
|
||||
Log::debug('Going to convert ', ['value' => $value]);
|
||||
Log::debug('Going to convert ing debet credit', ['value' => $value]);
|
||||
|
||||
if ($value === 'Af') {
|
||||
Log::debug('Return -1');
|
||||
|
||||
Reference in New Issue
Block a user