fnando / cpf_cnpj

🇧🇷 Validate, generate and format CPF/CNPJ numbers. Include command-line tools.
MIT License
239 stars 42 forks source link

Valid CNPJ returning nil #30

Closed enaoki closed 2 years ago

enaoki commented 2 years ago

Using version 0.5.0

image

image

lucascarrias commented 2 years ago

Hello @enaoki,

I think you called the wrong class.

CPF.valid?('21.062.813/0001-86'')
=> nil
CNPJ.valid?('21.062.813/0001-86')
=> true
enaoki commented 2 years ago

This's what you get when you don't read the docs properly...🤦‍♂️

My bad! Thanks!