Skip to content

Commit

Permalink
feat: add 8424-4 Swedbank (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankustera authored and believer committed Jun 27, 2018
1 parent 06a2516 commit 46d7b5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/__tests__/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ describe('#bankName', () => {
expect(bankName('8383-2')).toEqual('Swedbank')
expect(bankName('8393-1')).toEqual('Swedbank')
expect(bankName('8431-9')).toEqual('Swedbank')
expect(bankName('8424-4')).toEqual('Swedbank')
})

it('Sparbanken Gotland', () => {
Expand Down
4 changes: 4 additions & 0 deletions lib/clearingNumbers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,10 @@ export default [
max: '8420-2',
min: '8420-2',
},
{
max: '8424-4',
min: '8424-4',
},
{
max: '8431-9',
min: '8431-9',
Expand Down

0 comments on commit 46d7b5b

Please sign in to comment.