Skip to content

Commit d549e6e

Browse files
committed
Prepare for 0.4.0
1 parent 309077f commit d549e6e

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
0.4.0 (2016-XX-XX)
4+
0.4.0 (2016-05-23)
55
------------------
66

77
* Added support for the minFraud Factors.

src/main/java/com/maxmind/minfraud/response/Subscores.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ public Double getBillingAddress() {
8888

8989
/**
9090
* @return The risk associated with the distance between the billing address
91-
* and the IP location for the given IP address. If present, this is a
92-
* value in the range 0.01 to 99.
91+
* and the location for the given IP address. If present, this is a value in
92+
* the range 0.01 to 99.
9393
*/
9494
@JsonProperty("billing_address_distance_to_ip_location")
9595
public Double getBillingAddressDistanceToIpLocation() {
@@ -98,8 +98,8 @@ public Double getBillingAddressDistanceToIpLocation() {
9898

9999
/**
100100
* @return The risk associated with the browser attributes such as the
101-
* User-Agent and Accept-Language AVS result. If present, this is a value in
102-
* the range 0.01 to 99.
101+
* User-Agent and Accept-Language. If present, this is a value in the range
102+
* 0.01 to 99.
103103
*/
104104
@JsonProperty("browser")
105105
public Double getBrowser() {
@@ -119,7 +119,7 @@ public Double getChargeback() {
119119

120120
/**
121121
* @return The risk associated with the country the transaction originated
122-
* from. If present, this is a value in the range 0.01 to 99.
122+
* from. If present, this is a value in the range 0.01 to 99.
123123
*/
124124
@JsonProperty("country")
125125
public Double getCountry() {
@@ -128,7 +128,7 @@ public Double getCountry() {
128128

129129
/**
130130
* @return The risk associated with the combination of IP country, card
131-
* issuer country, billing country, and shipping country. If present, this
131+
* issuer country, billing country, and shipping country. If present, this
132132
* is a value in the range 0.01 to 99.
133133
*/
134134
@JsonProperty("country_mismatch")
@@ -210,9 +210,9 @@ public Double getPhoneNumber() {
210210
}
211211

212212
/**
213-
* @return The risk associated with the distance between the billing address
214-
* and the IP location for the given IP address. If present, this is a
215-
* value in the range 0.01 to 99.
213+
* @return The risk associated with the distance between the shipping
214+
* address and the IP location for the given IP address. If present, this is
215+
* a value in the range 0.01 to 99.
216216
*/
217217
@JsonProperty("shipping_address_distance_to_ip_location")
218218
public Double getShippingAddressDistanceToIpLocation() {

0 commit comments

Comments
 (0)