Skip to content

Commit

Permalink
Merge pull request #217 from gocardless/kgoel/blz-data-feb-2022
Browse files Browse the repository at this point in the history
BLZ data for February 2022
  • Loading branch information
thekeshavgoel authored Feb 16, 2022
2 parents 34672a2 + a3e0336 commit f44aa98
Show file tree
Hide file tree
Showing 5 changed files with 447 additions and 616 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
inherit_from: .rubocop_todo.yml
inherit_gem:
gc_ruboconfig: rubocop.yml
require: rubocop-rails

AllCops:
TargetRubyVersion: 2.5
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.9.0 - February 16, 2022

- Update BLZ data - BLZ_20220307

## 1.8.1 - February 8, 2022

- Fix issue with structure loading - thanks @shaicoleman
Expand Down
14 changes: 4 additions & 10 deletions data/german_iban_rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1664,9 +1664,6 @@
'25690009':
:check_digit_rule: '28'
:iban_rule: '000000'
'25690010':
:check_digit_rule: '28'
:iban_rule: '000000'
'25691633':
:check_digit_rule: '28'
:iban_rule: '000000'
Expand Down Expand Up @@ -1802,9 +1799,6 @@
'26251425':
:check_digit_rule: '00'
:iban_rule: '000000'
'26261396':
:check_digit_rule: '28'
:iban_rule: '000000'
'26261492':
:check_digit_rule: '28'
:iban_rule: '000000'
Expand Down Expand Up @@ -5585,12 +5579,12 @@
'51420300':
:check_digit_rule: '17'
:iban_rule: '000000'
'51420600':
:check_digit_rule: '09'
:iban_rule: '000000'
'51430400':
:check_digit_rule: '09'
:iban_rule: '000100'
'51430410':
:check_digit_rule: '09'
:iban_rule: '000000'
'51432100':
:check_digit_rule: '09'
:iban_rule: '000000'
Expand Down Expand Up @@ -6183,7 +6177,7 @@
:check_digit_rule: '13'
:iban_rule: '000503'
'55350010':
:check_digit_rule: '03'
:check_digit_rule: A7
:iban_rule: '000000'
'55361202':
:check_digit_rule: '32'
Expand Down
Loading

0 comments on commit f44aa98

Please sign in to comment.