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
I wrote a short script expecting .bank_code and .branch_code to return the same values I pass into .generate. It worked well for all cases except for 2 of them. IT and SM. They are the only 2 countries whose bank_code does not start at position 4.
I wrote a short script expecting .bank_code and .branch_code to return the same values I pass into .generate. It worked well for all cases except for 2 of them. IT and SM. They are the only 2 countries whose bank_code does not start at position 4.
See the following snippet.
The resulting array contains just 'IT' and 'SM'.
If the former behaviour is expected, then please tell me how is generate supposed to be used.
Using ruby 2.3.3p222 on mac os and iso-iban (0.1.3).
The text was updated successfully, but these errors were encountered: