We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 038446c + 9a818a0 commit 8c89d09Copy full SHA for 8c89d09
1 file changed
riskified-sdk/src/main/java/com/riskified/RiskifiedClient.java
@@ -888,7 +888,7 @@ public Response RecoveryEligibility(RecoveryEligibility recoveryEligibility) thr
888
* @throws HttpResponseException The server respond status wasn't 200
889
* @throws FieldBadFormatException bad format found on field
890
*/
891
- public Response InitiateOtp(OtpInitiate otpInitiate) throws IOException{
+ public Response InitiateOtp(OtpInitiate otpInitiate) throws IOException, FieldBadFormatException{
892
String url = otpBaseUrl + "/recover/v1/otp/initiate";
893
return postOrder(otpInitiate, url);
894
}
0 commit comments