ddeboer / vatin

Validate VAT identification numbers
MIT License
136 stars 37 forks source link

Throw SOAP exception when unable to connect to VIES server #6

Closed cmoralesweb closed 10 years ago

cmoralesweb commented 10 years ago

VIES service is too often down and the connection fails. This causes a fatal error, which means we cannot respond to it. I've edited the vies/client.php settings so that an exception is thrown when the connection fails, so it can be catched.

ddeboer commented 10 years ago

Thanks!

cmoralesweb commented 10 years ago

Wow, that was fast! Thanks! :)

ddeboer commented 10 years ago

And tagged 1.2.1, enjoy. :)