-
Notifications
You must be signed in to change notification settings - Fork 56
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
No invoice is sent #68
Comments
Hi @downforce80 , Thanks for your clear message on this, we are going to take a look into this and we'll let you know our findings. Frank |
Hi @downforce80 , W've just finished testing and it is working up to Magento 2.2.3. In 2.2.4 & 2.2.5 it is only sending out the first (order email) of the two emails, due to a newly introduced transportBuilderByStore class (which is causing some issues). See magento/magento2#16165 This PR 16461 did fix the issue for us on 2.2.5 but please keep in mind this PR is still open. About the other methods sending out the invoice, is this on the same time as the order email? |
Ok thanks i'll look into that PR. To answer your question, im not sure. |
Closing this issue now as it root cause is not within the module, but a core Magento 2 issue. As a temporary workaround, disable the Amazon Modules (if these are not used)
This will cause it to start working properly again. |
Preconditions
Magento 2.2.4
Mollie Version 1.3.4
Disabled amazon pay module due to this issue > magento/magento2#14952
Extra module: Mageplaza PDF Invoice
Steps to reproduce
Developer Mode
Add product to cart
Checkout and pay with mollie
Expected result
Receive an email with attached invoice pdf
Actual result
There is no invoices sent for every order which has been payed with mollie.
If we use any other payment method the invoices are attached and sent.
The text was updated successfully, but these errors were encountered: