Skip to content

Commit

Permalink
PPSYL-113 - Hotfix call processor
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibbarth committed Dec 11, 2024
1 parent e082d74 commit 089d4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/authorized_payment.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ winzou_state_machine:
before:
app_ensure_capture_payment:
on: ["ship"]
do: ["@App\StateMachine\CaptureOrderProcessor", "process"]
do: ['@App\StateMachine\CaptureOrderProcessor', "process"]
args: ["object"]
```

Expand Down

0 comments on commit 089d4e5

Please sign in to comment.