Update field names in HCaptchaResponse

This commit is contained in:
Chris Eager
2024-09-13 09:53:23 -05:00
committed by GitHub
parent 9ef6f8aec9
commit 42d4574213

View File

@@ -21,7 +21,7 @@ public class HCaptchaResponse {
@JsonProperty
boolean success;
@JsonProperty(value = "challenge-ts")
@JsonProperty(value = "challenge_ts")
Duration challengeTs;
@JsonProperty
@@ -36,7 +36,7 @@ public class HCaptchaResponse {
@JsonProperty
float score;
@JsonProperty(value = "score-reasons")
@JsonProperty(value = "score_reason")
List<String> scoreReasons = Collections.emptyList();
public HCaptchaResponse() {