qenta-cee / magento2-qcp

QENTA Checkout Page extension for Magento 2
GNU General Public License v2.0
12 stars 10 forks source link

#46 Prevent duplicate order confirmation emails #47

Closed theilm closed 5 years ago

theilm commented 5 years ago

Email sending by order management class is not required any more, since the order status is correctly set and email is sent by Magento core functions.

theilm commented 5 years ago

Will have a closer look at some cases in order to prevent problems in certain situations.

jakubpolomsky commented 5 years ago

Thank you for your contribution. Please check the following. With PayPal test payment it is possible to trigger a so called pending payment. If the "new" magento 2 releases really do handle the email sending themselves, it could really be unnecessary to trigger the mail sending manually.