Closed muuk-iO closed 2 years ago
An addition to issue https://github.com/Paazl/magento2-checkout-widget/issues/79
In the magento enterprise version there is a plugin on the getQuoteId function that causes the same loop fixed in previous issue.
By using the getData function we avoid the plugin.
The getQuoteIdKey function of session is protected and couldn't be used that's why it needed to be copied
@Paazl, zou er naar dit pull request gekeken kunnen worden?
An addition to issue https://github.com/Paazl/magento2-checkout-widget/issues/79
In the magento enterprise version there is a plugin on the getQuoteId function that causes the same loop fixed in previous issue.
By using the getData function we avoid the plugin.
The getQuoteIdKey function of session is protected and couldn't be used that's why it needed to be copied