Skip to content

Commit

Permalink
Merge pull request #163 from Riskified/Gering112-patch-2
Browse files Browse the repository at this point in the history
TIS-776 Update RiskifiedClient.java
  • Loading branch information
Gering112 authored Aug 14, 2024
2 parents 038446c + 9a818a0 commit 8c89d09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ public Response RecoveryEligibility(RecoveryEligibility recoveryEligibility) thr
* @throws HttpResponseException The server respond status wasn't 200
* @throws FieldBadFormatException bad format found on field
*/
public Response InitiateOtp(OtpInitiate otpInitiate) throws IOException{
public Response InitiateOtp(OtpInitiate otpInitiate) throws IOException, FieldBadFormatException{
String url = otpBaseUrl + "/recover/v1/otp/initiate";
return postOrder(otpInitiate, url);
}
Expand Down

0 comments on commit 8c89d09

Please sign in to comment.