-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://gocardless.myjetbrains.com/youtrack/issue/BANKINT-147 so that we generate valid IBANs for CA that allow for a minimum account number length of 7, and a maximum of 12. we do this by validating that the length is 12, and padding account number with 0s till it reaches that length. a workaround for not having account number validation that checks for length in a range.
- Loading branch information
Vinay P
committed
Oct 18, 2018
1 parent
19eef9d
commit cb4f9aa
Showing
3 changed files
with
27 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters