Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

https://UnsupportedCountryException

Compare
Choose a tag to compare
@spaze spaze released this 11 Sep 13:30
  • When trying to get details of a VAT id from a non-EU country (getVatDetails() or , UnsupportedCountryException is now thrown, previously VatCheckUnavailableException was thrown (#13)
  • VIES WSDL is now loaded over HTTPS, the server was issuing a redirect to HTTPS anyway (#15)
  • New method shouldCollectEuVat() that returns true only for EU member states, shouldCollectVat() also returns true for countries added manually with addRateForCountry() (#13 again)