|
|
|
@ -50,6 +50,7 @@ class BankDebitCredit implements ConverterInterface |
|
|
|
'Debet', // Triodos (NL)
|
|
|
|
'Debit', // ING (EN), thx Quibus!
|
|
|
|
'S', // Volksbank (DE), Short for "Soll"
|
|
|
|
'DBIT', // https://subsembly.com/index.html (Banking4 App)
|
|
|
|
]; |
|
|
|
if (in_array(trim($value), $negative, true)) { |
|
|
|
return -1; |
|
|
|
|