From 089d4e5b98f6298f9d593b84222e33348212d1ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jib=C3=A9=20Barth?= Date: Wed, 11 Dec 2024 15:07:46 +0100 Subject: [PATCH] PPSYL-113 - Hotfix call processor --- doc/authorized_payment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/authorized_payment.md b/doc/authorized_payment.md index e245fa63..82d73a66 100644 --- a/doc/authorized_payment.md +++ b/doc/authorized_payment.md @@ -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"] ```