Skip to content

Commit

Permalink
SDK-2372: Fix @JsonProperty name for RequirementsNotMetDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBurtyyy committed Dec 8, 2023
1 parent 4f7eaf4 commit fa27758
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class IdentityProfileFailureResponse {
@JsonProperty("reason_code")
private String reasonCode;

@JsonProperty("requirement_not_met_details")
@JsonProperty("requirements_not_met_details")
private List<RequirementNotMetDetailsResponse> requirementNotMetDetails;

public String getReasonCode() {
Expand Down

0 comments on commit fa27758

Please sign in to comment.