Skip to content
#

iban

Here are 89 public repositories matching this topic...

railsmechanic
railsmechanic commented Jul 18, 2019

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:
https://github.com/railsmechanic/bankster/blob/1572aaf531ec37cb0361eb36ed3c84b28a1c256a/lib/bankster/iban.ex#L187-L191

Change from returning a simple string to
{:ok, "DE"} or {:error, :invalid_country}

This is a breaking change!

Improve this page

Add a description, image, and links to the iban topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the iban topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.