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\ViesVatValidationRest\AbstractVatNumberValidationRestService class as a dependency to create the VAT validation result from the REST service response;
removed factory function rocketfellows\ViesVatValidationRest\helpers\ResponseFactory::getVatNumberValidationResult because the interface factory rocketfellows\ViesVatValidationInterface\VatNumberValidationResultFactory is now used instead;
unit tests have been improved - current ones have been changed, new ones have been added and unused test cases have been removed;
now, when processing a response from a service, if the response does not contain required parameters, the services will throw interface exceptions - rocketfellows/vie... @GitHub, which were added in version v1.2.0 ( Release v1.2.0 · rocketfel... @github).