Created
April 5, 2013 15:45
-
-
Save travisp/5320330 to your computer and use it in GitHub Desktop.
Correct validation for Balanced Payments bank accounts
This file contains hidden or 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
balanced.bankAccount.validate({ | |
bank_code: '321174851', | |
account_number: '09877765432111111', | |
name: 'Tommy Q. CopyPasta' | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment