Paazl / magento2-checkout-widget

6 stars 15 forks source link

Use session getData to get quoteId #86

Closed muuk-iO closed 2 years ago

muuk-iO commented 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

muuk-iO commented 2 years ago

@Paazl, zou er naar dit pull request gekeken kunnen worden?