diff --git a/src/additional/creditcard.js b/src/additional/creditcard.js index bb0159b62..d2953d3e8 100644 --- a/src/additional/creditcard.js +++ b/src/additional/creditcard.js @@ -18,7 +18,7 @@ $.validator.addMethod( "creditcard", function( value, element ) { value = value.replace( /\D/g, "" ); // Basing min and max length on - // https://developer.ean.com/general_info/Valid_Credit_Card_Types + // https://dev.ean.com/general-info/valid-card-types/ if ( value.length < 13 || value.length > 19 ) { return false; }
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: