Skip to content

Commit 8c89d09

Browse files
authored
Merge pull request #163 from Riskified/Gering112-patch-2
TIS-776 Update RiskifiedClient.java
2 parents 038446c + 9a818a0 commit 8c89d09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

riskified-sdk/src/main/java/com/riskified/RiskifiedClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ public Response RecoveryEligibility(RecoveryEligibility recoveryEligibility) thr
888888
* @throws HttpResponseException The server respond status wasn't 200
889889
* @throws FieldBadFormatException bad format found on field
890890
*/
891-
public Response InitiateOtp(OtpInitiate otpInitiate) throws IOException{
891+
public Response InitiateOtp(OtpInitiate otpInitiate) throws IOException, FieldBadFormatException{
892892
String url = otpBaseUrl + "/recover/v1/otp/initiate";
893893
return postOrder(otpInitiate, url);
894894
}

0 commit comments

Comments
 (0)