Closed csavelief closed 10 months ago
Thank you for the report. The OrderProcessingStarted
event was added in Vanilo 3.7, but the Admin package hasn't been updated to all its features. It will be completed within a couple of days
Please upgrade the vanilo/admin package with composer to v3.7 and the event will be triggered
You are right : the issue is fixed on version 3.7
Thank you!
Hi!
I cloned the demo project and tried to catch the
OrderProcessingStarted
event.I modified the
EventServiceProvider::$listen
variable to reference my listener :Moving in the
Admin > Orders
panel an order from :pending
tocancelled
triggers theOrderWasCancelled
event ;pending
toprocessing
does not triggers theOrderProcessingStarted
event.Best,
Cyrille