File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 3.2.0
5+ ----------------
6+
7+ * The minFraud Factors subscores have been deprecated. They will be removed
8+ in March 2025. Please see [ our release notes] ( https://dev.maxmind.com/minfraud/release-notes/2024/#deprecation-of-risk-factor-scoressubscores )
9+ for more information.
10+
4113.2.0-beta.1 (2024-09-06)
512-------------------------
613
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ class Factors extends Insights
2323 * @var Subscores an object containing scores for many of the individual
2424 * risk factors that are used to calculate the overall risk
2525 * score
26+ *
27+ * @deprecated use riskScoreReasons instead
2628 */
2729 public readonly Subscores $ subscores ;
2830
Original file line number Diff line number Diff line change 66
77/**
88 * The scores for risk factors that are used in calculating the riskScore.
9+ *
10+ * @deprecated use RiskScoreReason instead
911 */
1012class Subscores implements \JsonSerializable
1113{
You can’t perform that action at this time.
0 commit comments