mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
Basic storage routine works, basic file handling.
This commit is contained in:
@@ -43,6 +43,12 @@ class RabobankDebitCredit implements ConverterInterface
|
||||
|
||||
return -1;
|
||||
}
|
||||
// old format:
|
||||
if('A' === $value) {
|
||||
Log::debug('Return -1');
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
Log::debug('Return 1');
|
||||
|
||||
|
Reference in New Issue
Block a user