Skip to content

Commit

Permalink
Merge pull request stripe-archive#42 from tino-wittig/patch-1
Browse files Browse the repository at this point in the history
Update jquery.payment.js
  • Loading branch information
jamesreggio committed Jul 16, 2014
2 parents 3dfe1ed + 2cb44b3 commit df772c8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/jquery.payment.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions src/jquery.payment.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ cards = [
cvcLength: [3..4]
luhn: true
}
{
type: 'visa_electron'
pattern: /^(4026|417500|4405|4508|4844|4913|4917)/
format: defaultFormat
length: [16]
cvcLength: [3]
luhn: true
}
{
type: 'visa'
pattern: /^4/
Expand Down

0 comments on commit df772c8

Please sign in to comment.