-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confirmation email send before payment confirmation with Asynchronous sending #31
Comments
Hi, Expected behavior is wrong because:
|
Hi @regdos Thanks for your answer.
I agree with this point but it does not make sense to send the confirmation email while the payment is not validated in Magento. In addition, in most cases the notification is sent very quickly after the payment, so receive the email 5 minutes after the payment it does not matter.
Maybe create new logic for this feature, why use confirmation email ?
Indeed. However, if the user voluntarily cancels the payment in payU, it does not seem logical to send the order confirmation email when he has not made the payment. Right ? |
In most cases, the payment will be immediate, but it may happen that for some reasons (bank specifics, failure, fraud analysis, etc.) it may take longer. The payment method bank transfer is always not immediate. The purchase has two stages:
Let's consider the case that a guest makes a purchase. Places an order, proceeds to checkout and pays. An e-mail about the order confirmation should be sent when the order is successfully placed and payment begins. |
Describe the bug
When option Asynchronous sending is activated, the order confirmation email is sent before the customer confirms the payment in PayU.
Steps to reproduce the issue
sales_email/general/async_sending
configuration to1
sales_send_order_emails
Expected behavior
The confirmation email should be sent only when the customer confirms the payment.
Setup
The text was updated successfully, but these errors were encountered: