Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@arslanim arslanim released this 31 Dec 07:00
  • 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).