Skip to content

Commit

Permalink
Added support for generic-debit-credit in Banco Bolivariano's format
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjams authored and JC5 committed Jul 12, 2024
1 parent 2f6813d commit ecbd216
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Services/CSV/Converter/BankDebitCredit.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public function convert($value): int
'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.
Expand Down

0 comments on commit ecbd216

Please sign in to comment.