Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ABARoutingNumber: Add ABA Routing Number Validation#2216

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Arkni merged 5 commits intojquery-validation:masterfromcoryasilva:master
Oct 10, 2018

Conversation

coryasilva
Copy link
Contributor

@coryasilvacoryasilva commentedSep 24, 2018
edited
Loading

Description

This is used in the United States to process payments, deposits, or transfers using the Automated Clearing House (ACH) or Fedwire systems. A very common use case would be to validate a form for an ACH bill payment.

https://en.wikipedia.org/wiki/ABA_routing_transit_number

@Arkni
Copy link
Member

Thanks for your contribution! I'll triage and take a look at it as soon as possible!

Copy link
Member

@ArkniArkni left a comment
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks a lot for your contribution. Overall, the PR looks good to. Only a minor change and we are good to go.

I would like also if you could add the test file totest/index.html after these two lines:

<scriptsrc="additional/creditcard.js"></script>
<scriptsrc="additional/netmask.js"></script>

* systems. A very common use case would be to validate a form for
* an ACH bill payment.
*/
$.validator.addMethod( "ABARoutingNumber", function( value ) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Can you make the first 3 letters lowercase, so it maintain consistence with the other additional methods?

@@ -0,0 +1,23 @@
QUnit.test( "ABARoutingNumber", function( assert ) {
var method = methodTest( "ABARoutingNumber" );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This will need also to be changed after updating the name.

@staabm
Copy link
Member

The filenames should also use lower letters.

@Arkni
Copy link
Member

Good catch@staabm.

@coryasilva could you please rename the source and test files to be the same as the method name? After that, we are good to go.

Thanks!

@coryasilva
Copy link
ContributorAuthor

lol, damn windows box. The company finally gave me a macbook, give me a couple more days to migrate my dev environment and I will make sure the file renames stick.

@coryasilva
Copy link
ContributorAuthor

Okay I just renamed the files in github. I hope that worked.

Copy link
Member

@ArkniArkni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM 👍

Thanks a lot for your contribution :)

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ArkniArkniArkni approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@coryasilva@Arkni@staabm

[8]ページ先頭

©2009-2025 Movatter.jp