daddyz / phonelib

Ruby gem for phone validation and formatting using google libphonenumber library data
MIT License
1.04k stars 130 forks source link

Valid Argentina number reported as invalid #304

Open matiasm15 opened 2 months ago

matiasm15 commented 2 months ago

The number "+540111557447700" is valid according the parser demo: Screenshot_20240421_232913

But the gem reported as invalid:

Phonelib.parse('+540111557447700', 'AR').valid_for_country?('AR')
=> false