Symfony Workflow
How it works (at a glance)
Built-in listener (from the plugin)
<service id="sylius_invoicing_plugin.event_listener.workflow.payment.produce_order_payment_paid"
class="Sylius\InvoicingPlugin\EventListener\Workflow\Payment\ProduceOrderPaymentPaidListener">
<argument type="service" id="sylius_invoicing_plugin.event_producer.order_payment_paid" />
<tag name="kernel.event_listener"
event="workflow.sylius_payment.completed.complete"
priority="100" />
</service>Discover events & debug
Best practices
Last updated
Was this helpful?
