ING specific amount modifier. See issue #210

This commit is contained in:
James Cole
2016-03-07 20:00:16 +01:00
parent 6ad10f1772
commit e472e105f2
3 changed files with 40 additions and 0 deletions

View File

@@ -88,6 +88,11 @@ return [
'converter' => 'RabobankDebetCredit',
'field' => 'amount-modifier',
],
'ing-debet-credit' => [
'mappable' => false,
'converter' => 'INGDebetCredit',
'field' => 'amount-modifier',
],
'category-id' => [
'mappable' => true,
'converter' => 'CategoryId',