EmicoEcommerce / Magento2Tweakwise-archived

Magento 2 module for Tweakwise integration
Other
9 stars 25 forks source link

Magento 2.2.X compatibility #96

Closed jeroenkosse closed 4 years ago

jeroenkosse commented 4 years ago

Issue Brief

Latest version of Magento2Tweakwise not compatible with Magento 2.2.x

Environment

Steps to reproduce

  1. Run the setup di compile command for production mode or in development mode.

Actual result

  1. Error for the return types for specific interfaces in tweakwise and in the export module. The Auto Generated Proxy classes do not support the return types in magento 2.2.x
  2. A missing InventoryApi module that is a Dependency in the Tweakwise Export module. This InventoryApi extension is build specifically for magento >= 2.3 aand magento 2.3 is not a requirement for this module to install.

Expected result

List the expected results as a bullet list of expectations

edwinljacobs commented 4 years ago

Moved to: https://github.com/EmicoEcommerce/Magento2TweakwiseExport/issues/80 Closing this issue as it should be reported in the export module.