|
|
@ -51,6 +51,7 @@ class BankDebitCredit implements ConverterInterface |
|
|
's', // Volksbank (DE), Short for "Soll"
|
|
|
's', // Volksbank (DE), Short for "Soll"
|
|
|
'dbit', // https://subsembly.com/index.html (Banking4 App)
|
|
|
'dbit', // https://subsembly.com/index.html (Banking4 App)
|
|
|
'charge', // not sure which bank but it's insane.
|
|
|
'charge', // not sure which bank but it's insane.
|
|
|
|
|
|
'(-)', // Banco Bolivariano in Ecuador (same opinion as above)
|
|
|
]; |
|
|
]; |
|
|
|
|
|
|
|
|
// Lowercase the value and trim it for comparison.
|
|
|
// Lowercase the value and trim it for comparison.
|
|
|
|