Valid ES IBAN is considered invalid
endze1t opened this issue · 1 comments
endze1t commented
Describe the bug
Valid Spain IBAN ES4901825500610201630983 is considered invalid.
To Reproduce
const iban = 'ES4901825500610201630983';
console.log(IBANTools.isValidIBAN(iban));
Expected behavior
Should return true
, but does return false
Simplify commented
@endbay Thank you for your bug report.
Issue is fixed and release 4.0.1 is created.