-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add random IBAN generation #223
Conversation
1d451fa
to
e2680c9
Compare
2ba8a45
to
2fcd412
Compare
@aSemy, the initial implementation for random IBAN generation is ready. Could you have a look at the |
2fcd412
to
73f1ef0
Compare
@marcwrobel Thanks! I'll take a look. |
You might like to look at my PR for iban4j that does the same thing. The code is different, but the tests might be useful. arturmkrtchyan/iban4j#93 |
Thank you for your time @aSemy ! |
The BbanStructure has been made public as part of this commit but the isBbanValid method is still package private. We do not want to expose it for the time being : users are expected to use the Iban class instead.
73f1ef0
to
b8b5630
Compare
A pleasure! Thanks for taking the time to improve the library! |
The BbanStructure has been made public as part of this commit but the isBbanValid method is still package private. We do not want to expose it for the time being : users are expected to use the Iban class instead.