Skip to content

Commit

Permalink
update hypercard pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Mar 12, 2017
1 parent 19b716c commit f2a764a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.jsx
Expand Up @@ -17,7 +17,7 @@ class CreditCards extends React.Component {

this.hipercard = {
type: 'hipercard',
pattern: /^(3841|606282)/,
pattern: /^(3841|606282|637)/,
format: /(\d{1,4})/g,
length: [16, 19],
cvcLength: [3],
Expand Down

0 comments on commit f2a764a

Please sign in to comment.