this pull request allows to detect the country even if the format is invalid based on the two first characters of the vat string. This also allows to differentiate between an unsupported country and an invalid country through the formatValid key on CountryWithFormatValid type
this pull request allows to detect the country even if the format is invalid based on the two first characters of the vat string. This also allows to differentiate between an unsupported country and an invalid country through the formatValid key on CountryWithFormatValid type
fixes #44 fixes #65