Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpierrefortune committed Sep 20, 2024
1 parent 0489271 commit 966e6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/dotnet/domain/data/command/CardRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ public class CardRequest
/// A value indicating whether status codes verification is enabled.
/// </summary>
[JsonProperty("stopOnUnsuccessfulStatusWord")]
public bool stopOnUnsuccessfulStatusWord { get; set; }
public bool StopOnUnsuccessfulStatusWord { get; set; }
}
}

0 comments on commit 966e6d2

Please sign in to comment.