Skip to content

Commit

Permalink
Update RiskifiedClient.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Gering112 authored Aug 14, 2024
1 parent 038446c commit 9a818a0
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 9a818a0

Please sign in to comment.