Skip to content

Commit

Permalink
Change 'regiobank' to 'regio' to catch 'Regio Bank'?
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jun 7, 2024
1 parent a302835 commit f8fc10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IssuersField.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ private function get_ideal_issuer_code_from_label( $label ) {
'nationale' => IDealIssuerCode::NNBANL2G,
'nn' => IDealIssuerCode::NNBANL2G,
'rabobank' => IDealIssuerCode::RABONL2U,
'regiobank' => IDealIssuerCode::RBRBNL21,
'regio' => IDealIssuerCode::RBRBNL21,
'revolut' => IDealIssuerCode::REVOLT21,
'sns' => IDealIssuerCode::SNSBNL2A,
'triodos' => IDealIssuerCode::TRIONL2U,
Expand Down

0 comments on commit f8fc10c

Please sign in to comment.