You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updated version of usage rocketfellows/vies-vat-validation-php-sdk-interface to v1.2.0 - now vies vat validation php sdk rest service can use interface version 1.2.0;
the rocketfellows\ViesVatValidationInterface\VatNumberValidationResultFactory factory has been added to the rocketfellows\ViesVatValidationSoap\AbstractVatNumberValidationSoapService class as a dependency to create the VAT validation result from the SOAP service response;
the private functions handleResponse and handleSoapFault have been removed from the rocketfellows\ViesVatValidationSoap\AbstractVatNumberValidationSoapService class, because they were in fact wrappers over factory calls - now factories are called directly in rocketfellows\ViesVatValidationSoap\AbstractVatNumberValidationSoapService::validateVat;
unit tests have been improved - current ones have been changed, new ones have been added and unused test cases have been removed;