jschaedl / Iban

[Deprecated] Validating and generating international :bank: bank account numbers (IBAN)
MIT License
61 stars 25 forks source link

added IBAN generation feature for Austria #19

Closed I-Ivanov closed 8 years ago

I-Ivanov commented 8 years ago

needed IBAN generation feature for Austrian customers so implemented it

jschaedl commented 8 years ago

Please, be so kind and add some tests to verify that the new feature works well. Thank you!

I-Ivanov commented 8 years ago

Will do tomorrow. Greetings

On Thu, Aug 27, 2015 at 3:29 PM, Jan Schädlich notifications@github.com wrote:

Please, be so kind and add some tests to verify that the new feature works well. Thank you!

— Reply to this email directly or view it on GitHub https://github.com/jschaedl/Iban/pull/19#issuecomment-135428478.

jschaedl commented 8 years ago

Hi. The test is failing due to a missing "t" in assertIban(...). Can you please fix it and do the pull request again. Thank you.

jschaedl commented 8 years ago

Thanks i-ivanov!