Skip to content

Commit

Permalink
Change priority to run it after Sylius Core ResolveOrderPaymentStateL…
Browse files Browse the repository at this point in the history
…istener
  • Loading branch information
Prometee committed Oct 1, 2024
1 parent 655491b commit 6a618e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/services/listeners/workflow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
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" />
<tag name="kernel.event_listener" event="workflow.sylius_payment.completed.complete" priority="50" />
</service>
</services>
</container>

0 comments on commit 6a618e1

Please sign in to comment.