From b89c58e1d7e56a9ffb5cef60291542b8718a2477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:44:32 +0200 Subject: [PATCH] Fix action_invocations property (#422) --- src/CheckoutSdk/Workflows/Events/GetEventResponse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CheckoutSdk/Workflows/Events/GetEventResponse.cs b/src/CheckoutSdk/Workflows/Events/GetEventResponse.cs index c570abf4..aaceed6e 100644 --- a/src/CheckoutSdk/Workflows/Events/GetEventResponse.cs +++ b/src/CheckoutSdk/Workflows/Events/GetEventResponse.cs @@ -18,6 +18,6 @@ public class GetEventResponse : Resource public IDictionary Data { get; set; } - public IList ActionInvocations { get; set; } + public IList ActionInvocations { get; set; } } } \ No newline at end of file