From 625342eba4aa82b27c34aeca78ed9d5560725833 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 15 Dec 2017 09:30:54 +0100 Subject: [PATCH] Updated link to EAN docs --- src/additional/creditcard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

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:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy