podemos-info / decidim-module-crowdfundings

GNU Affero General Public License v3.0
3 stars 1 forks source link

Use IBAN_BIC gem to validate IBANs #14

Closed leio10 closed 6 years ago

leio10 commented 6 years ago

This gem allows to validate spanish control digits inside IBANs, which others gem don't. It should work just adding gem "iban_bic" to Gemfile, since BICs calculations won't be used here. Validating iban field with this gem is documented here: https://github.com/podemos-info/iban_bic/blob/master/README.md#usage

PS: This gem allows to validate that IBAN is from a SEPA country. It would be nice to use this validation too.