mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 01:20:59 +00:00
Increase priority for order payment state resolution on cancel and fail events
This commit is contained in:
parent
25c47988a4
commit
f52f875255
1 changed files with 1 additions and 1 deletions
|
|
@ -51,4 +51,4 @@ winzou_state_machine:
|
||||||
on: ["cancel", "fail"]
|
on: ["cancel", "fail"]
|
||||||
do: ["@sylius.state_resolver.order_payment", "resolve"]
|
do: ["@sylius.state_resolver.order_payment", "resolve"]
|
||||||
args: ["object.getOrder()"]
|
args: ["object.getOrder()"]
|
||||||
priority: -200
|
priority: -100
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue