Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Seychelles as a valid country
Browse files Browse the repository at this point in the history
msalcala11 committed Feb 6, 2018
1 parent 574a748 commit d2ac627
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iban.js
Original file line number Diff line number Diff line change
@@ -316,6 +316,9 @@
addSpecification(new Specification("SN", 28, "U01F23", "SN52A12345678901234567890123"));
// Ukraine
addSpecification(new Specification("UA", 29, "F25", "UA511234567890123456789012345"));
// Seychelles
addSpecification(new Specification("SC", 31, "U04F04F16U03", "SC18SSCB11010000000000001497USD"));


var NON_ALPHANUM = /[^a-zA-Z0-9]/g,
EVERY_FOUR_CHARS =/(.{4})(?!$)/g;

0 comments on commit d2ac627

Please sign in to comment.