File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v2.7.0
4+
5+ * The minFraud Factors subscores have been deprecated. They will be removed
6+ in March 2025. Please see [ our release notes] ( https://dev.maxmind.com/minfraud/release-notes/2024/#deprecation-of-risk-factor-scoressubscores )
7+ for more information.
8+
39## v2.7.0.beta1 (2024-09-06)
410
511* Added support for the new risk reasons outputs in minFraud Factors. The risk
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ class Factors < Insights
2121 # that are used to calculate the overall risk score.
2222 #
2323 # @return [Minfraud::Model::Subscores]
24+ # @deprecated Use {::risk_score_reasons} instead.
2425 attr_reader :subscores
2526
2627 # @!visibility private
Original file line number Diff line number Diff line change 55module Minfraud
66 module Model
77 # Score for risk factors that are used in calculating the riskScore.
8+ #
9+ # @deprecated Use {RiskScoreReason} instead.
810 class Subscores < Abstract
911 # The risk associated with the AVS result. If present, this is a value in
1012 # the range 0.01 to 99.
You can’t perform that action at this time.
0 commit comments