More code for new importer

This commit is contained in:
James Cole
2016-08-12 09:27:09 +02:00
parent 2111873bcf
commit 28962007c1
11 changed files with 146 additions and 86 deletions

View File

@@ -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');