mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +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"]
|
||||
do: ["@sylius.state_resolver.order_payment", "resolve"]
|
||||
args: ["object.getOrder()"]
|
||||
priority: -200
|
||||
priority: -100
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue