Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update additional-methods.js
  • Loading branch information
vtjl10 authored Jun 13, 2025
commit ab07d0a4945ae10ebbebff5a1374d43d3e115682
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ $.validator.addMethod( "cifES", function( value, element ) {
}, "Please specify a valid CIF number." );

/*
* Brazillian CPF number (Cadastrado de Pessoas Físicas) is the equivalent of a Brazilian tax registration number.
* Brazilian CPF number (Cadastrado de Pessoas Físicas) is the equivalent of a Brazilian tax registration number.
* CPF numbers have 11 digits in total: 9 numbers followed by 2 check numbers that are being used for validation.
*/
$.validator.addMethod( "cpfBR", function( value ) {
Expand Down