dotmailer / dotmailer-magento2-extension-sms

MIT License
0 stars 3 forks source link

[mag242] fixed mixins issues #2

Closed zergionn closed 3 years ago

zergionn commented 3 years ago

According to Magento documentation ( https://devdocs.magento.com/guides/v2.4/javascript-dev-guide/javascript/js_mixins.html ) mixin MUST returns an object (here, this._super()). Otherwise, when the function is called, it will return undefined instead of expected.

zergionn commented 3 years ago

Fixes #1

sta1r commented 3 years ago

@zergionn Thanks for this!