File tree 3 files changed +11
-0
lines changed
3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
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
+
4
11
3.2.0-beta.1 (2024-09-06)
5
12
-------------------------
6
13
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ class Factors extends Insights
23
23
* @var Subscores an object containing scores for many of the individual
24
24
* risk factors that are used to calculate the overall risk
25
25
* score
26
+ *
27
+ * @deprecated use riskScoreReasons instead
26
28
*/
27
29
public readonly Subscores $ subscores ;
28
30
Original file line number Diff line number Diff line change 6
6
7
7
/**
8
8
* The scores for risk factors that are used in calculating the riskScore.
9
+ *
10
+ * @deprecated use RiskScoreReason instead
9
11
*/
10
12
class Subscores implements \JsonSerializable
11
13
{
You can’t perform that action at this time.
0 commit comments