Skip to content

Commit 8d5a4b9

Browse files
authored
Merge pull request #72 from maxmind/greg/subscore-naming
Update risk factor naming in documentation
2 parents f086267 + fc8a51f commit 8d5a4b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2016-2020 kushnir.yb
4-
Copyright (c) 2020-2021 MaxMind, Inc.
4+
Copyright (c) 2020-2022 MaxMind, Inc.
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ This API uses [Semantic Versioning](https://semver.org/).
283283
284284
Copyright (c) 2016-2020 kushnir.yb.
285285
286-
Copyright (c) 2020-2021 MaxMind, Inc.
286+
Copyright (c) 2020-2022 MaxMind, Inc.
287287
288288
The gem is available as open source under the terms of the [MIT
289289
License](https://opensource.org/licenses/MIT).

lib/minfraud/model/factors.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module Minfraud
77
module Model
88
# Model representing the Factors response.
99
class Factors < Insights
10-
# An object containing subscores for many of the individual components
10+
# An object containing scores for many of the individual risk factors
1111
# that are used to calculate the overall risk score.
1212
#
1313
# @return [Minfraud::Model::Subscores]

lib/minfraud/model/subscores.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module Minfraud
66
module Model
7-
# Subscores for components that are used in calculating the riskScore.
7+
# Score for risk factors that are used in calculating the riskScore.
88
class Subscores < Abstract
99
# The risk associated with the AVS result. If present, this is a value in
1010
# the range 0.01 to 99.

0 commit comments

Comments
 (0)