Closed
Description
Preconditions (*)
- Magento 2.3.4
- sales_email/order/enabled is set to Yes.
Steps to reproduce (*)
- Create Cart through GraphQl
- Add simple product to cart through GraphQl
- Set Guest email to cart through GrahpQl
- Set Billing and Shipping addresses through GraphQl
- Set a Payment method through GrahpQl
- Place order through GrahQl
Expected result (*)
- I receive an order email on the email address set in step 3.
Actual result (*)
- No email.
Solution
Add the "sales_model_service_quote_submit_success" event to GraphQl as well.