Hi Sylius people
I complete some order via the new Sylius APIv2 /api/v2/shop/orders/{tokenValue}/complete
and I do get the default Order confirmation mail. But I would like to send an additional mail for some admin person and have added a separate Event Listener which listens to the event “sylius.order.post_complete” as documented here: https://docs.sylius.com/en/1.12/book/orders/checkout.html#checkout-related-events
But this listener is never called. If I do a checkout via the default Shop UI the listener gets called, but not if I complete the checkout via the Sylius APIv2.
Do I miss some more configuration? Or could this be some bug or is this the intended way to work, that the “sylius.order.post_complete” event won’t be triggered via the new API call?
Thanks for help!