magepal / magento2-edit-order-email

Magento2 - Edit Order Email from Admin
http://www.magepal.com
33 stars 13 forks source link

No update in order address #6

Closed visualwebs closed 2 years ago

visualwebs commented 3 years ago

Hi. I was using this module for several projects and one customer detected a 3rd party retrieves still the old email after the change. Inspecting the database I see the order address is not being changed. Can add this feature in the code or make it as optional via configuration?

I´m using those lines in the controller after save the order, and is doing the job.

foreach ($order->getAddressesCollection() as $address) { $address->setEmail($emailAddress)->save(); }

srenon commented 2 years ago

please upgrade to 1.1.7