You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function which returns the country code for a given IBAN should check whether the given country code of the IBAN is within the list of supported countries:
The function which returns the country code for a given IBAN should check whether the given country code of the IBAN is within the list of supported countries:
bankster/lib/bankster/iban.ex
Lines 187 to 191 in 1572aaf
Change from returning a simple string to
{:ok, "DE"}
or{:error, :invalid_country}
This is a breaking change!
The text was updated successfully, but these errors were encountered: