This repository has been archived by the owner on Oct 27, 2024. It is now read-only.
https://UnsupportedCountryException
- When trying to get details of a VAT id from a non-EU country (
getVatDetails()
or ,UnsupportedCountryException
is now thrown, previouslyVatCheckUnavailableException
was thrown (#13) - VIES WSDL is now loaded over HTTPS, the server was issuing a redirect to HTTPS anyway (#15)
- New method
shouldCollectEuVat()
that returnstrue
only for EU member states,shouldCollectVat()
also returnstrue
for countries added manually withaddRateForCountry()
(#13 again)