Skip to content

Commit

Permalink
Merge branch 'master' into Otp
Browse files Browse the repository at this point in the history
  • Loading branch information
beksina committed Aug 14, 2024
2 parents 263e08e + dcb0580 commit 94a46dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Riskified.SDK/Utils/RiskifiedEnvironment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static EnvironmentsUrls()
ProductionUrl.Add(FlowStrategy.Sync, "https://wh-sync.riskified.com");
ProductionUrl.Add(FlowStrategy.Account, "https://api.riskified.com");
ProductionUrl.Add(FlowStrategy.Deco, "https://w.decopayments.com");
ProductionUrl.Add(FlowStrategy.Otp, "https://otp.self-veri.com/recover/v1/otp");
ProductionUrl.Add(FlowStrategy.Otp, "https://otp.self-veri.com");
EnvToUrl.Add(RiskifiedEnvironment.Production, ProductionUrl);
}

Expand Down

0 comments on commit 94a46dd

Please sign in to comment.