Browse Source

Added support for generic-debit-credit in Banco Bolivariano's format

pull/640/head
Jorge Morán 1 year ago
committed by James Cole
parent
commit
ecbd216272
  1. 1
      app/Services/CSV/Converter/BankDebitCredit.php

1
app/Services/CSV/Converter/BankDebitCredit.php

@ -51,6 +51,7 @@ class BankDebitCredit implements ConverterInterface
's', // Volksbank (DE), Short for "Soll"
'dbit', // https://subsembly.com/index.html (Banking4 App)
'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.

Loading…
Cancel
Save