emartech / 3rd-party-integrations-magento-M2

Please note: this plugin is deprecated. we have a new version of the plugin- please contact emarsys support for more info
MIT License
0 stars 5 forks source link

suggested Address doesn't work on Payment step #130

Open narenkensium opened 5 years ago

narenkensium commented 5 years ago

In payment step in Verify Your Address section suggested address not showing ,giving error as We were unable to validate your address.

image

After disable emarsys extension its working correcltly.

image

From app/code/Emarsys/Emarsys/view/frontend/requirejs-config.js file is overriding app/code/Emarsys/Emarsys/view/frontend/web/js/model/shipping-save-processor/default.js

its already used mixin in Avatax Module in vendor/classyllama/module-avatax/view/frontend/requirejs-config.js and again overrided by Emarsys Magento_Checkout/js/model/shipping-save-processor/default.

I tested with replacing Magento_Checkout/js/model/shipping-save-processor/default in Avatax mixing to Emarsys_Emarsys/js/model/shipping-save-processor/default then its working fine.

Can anyone please suggest on this?

romastepa commented 4 years ago

hi @narendarlingoju plz check https://github.com/romastepa/3rd-party-integrations-magento-M2 it's a latest 1.0.15 version with a fix of your issue