Skip to content

Commit

Permalink
Fix action_invocations property (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-rodriguez-cko authored Sep 20, 2024
1 parent 1146bb2 commit b89c58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CheckoutSdk/Workflows/Events/GetEventResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public class GetEventResponse : Resource

public IDictionary<string, object> Data { get; set; }

public IList<WorkflowActionInvocation> ActionInvocations { get; set; }
public IList<EventActionInvocation> ActionInvocations { get; set; }
}
}

0 comments on commit b89c58e

Please sign in to comment.