Closed
Description
Preconditions (*)
- Magento 2.3 (Firefox 66.0.2 (64-bit) version)
- Magento 2.3.1 (Firefox 66.0.2 (64-bit) version)
- Magento 2.2.8 (Firefox 66.0.2 (64-bit) version)
Steps to reproduce (*)
- Override updatePrice function(Magento_Catalog/js/price-box) using a mixin.
- File call using mixin properly but the updatePrice function is not called. (In chrome working fine, but in Firefox not working.)
Expected result (*)
- updatePrice function is call properly in all browser.
Actual result (*)
- updatePrice function is not call in Firefox.