- Issue created by @marcom2021
- Status changed to Postponed: needs info
about 1 month ago 12:03pm 30 April 2025 - 🇮🇱Israel jsacksick
Are you generating orders on order placement? Is the order place event triggered properly when placing an order via commerce_mollie?
- 🇧🇪Belgium davidiio
Hello we face the same problem here with commerce_mollie.
While placing logs around I figured out that the method that actually send the email is never called.
In
InvoiceConfirmationSubscriber.php
thesendInvoiceConfirmation()
method is called and laterinvoicesList
is populated but thedestruct()
method is never called.I've never saw a service that implements DestructableInterface, is commerce_mollie supposed to call that destruct method? Is it something managed by Drupal?
What can I do?Thanks for any help :)
- 🇮🇱Israel jsacksick
The email is no longer sent on destruct() so you can try updating to the latest version.
- 🇧🇪Belgium davidiio
Updating to latest version worked for me! I should have checked that first!
Thanks for your help jsacksick :)