Skip to content

Releases: Dutchento/m2-vatfallback

1.6.2 - Magento 2.4 compatibility

30 Oct 10:54
Compare
Choose a tag to compare

1.6.1

18 Dec 15:43
Compare
Choose a tag to compare

1.6.0 vatlayer bugfix

31 Oct 15:09
Compare
Choose a tag to compare

Thanks @tdgroot !

  • Fix system configuration being useless because of bad values in the xml path constants (see etc/adminhtml/system.xml).
  • Fix typo (validationSerives => validationServices).
  • Fix vatlayer service not working when an api key is configured.
  • Fix vatlayer service not working because url is outdated.
  • Fix vatlayer service not working when account is on free plan (https is not available on this plan).
  • Fix multiple php undefined variable errors.
  • Fix fatal error (object used as array) in CompanyLookup
  • Change API companylookup data structure

#27

1.5.1

04 Sep 12:29
9cae118
Compare
Choose a tag to compare

Fix webapi (#24)

1.5.0

14 Aug 07:29
Compare
Choose a tag to compare
  • Better error handling if services are unavailable, no next service checking if 100% sure invalid result
  • Refactor __constructors, decoupled validationservices from validator

1.4.0

13 Aug 13:39
Compare
Choose a tag to compare

Changelog

  • removed some invalid xml from module.xml
  • added all used values in config.xml
  • removed side-effects from constructors (moved all of it to ConfigurationInterface)
  • added configuration interface and implementation to resolve config.xml values
  • validation services are no longer injected each but can be added via di.xml
  • added getValidationServiceName to ValidationServiceInterface
  • ran all tests
  • also did integration tests with the services

#22