meanbee / magento2-royalmail

[No Longer Supported] A Royal Mail shipping integration for Magento 2.
Open Software License 3.0
5 stars 4 forks source link

Workaround for undiscovered dependencies in external libraries #4

Closed ashsmith closed 7 years ago

ashsmith commented 7 years ago

This fixes #3.

The workaround implements a getter/setter for the external Carrier class. Which by default will instantiate the class itself, rather than using Magento's DI.

punkstar commented 7 years ago

References https://github.com/magento/magento2/issues/6739.