Skip to content

Commit f5198e5

Browse files
PatrickCroninoschwald
authored andcommitted
Update link. Add note for is_postal_in_city. (#14)
* Added note about isPostalInCity for USA addresses.
1 parent 6f5d9b7 commit f5198e5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Description ##
44

55
This package provides an API for the [MaxMind minFraud Score, Insights, and
6-
Factors web services](http://dev.maxmind.com/minfraud-score-and-insights-api-documentation).
6+
Factors web services](https://dev.maxmind.com/minfraud/).
77

88
## Installation ##
99

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ public final Integer getDistanceToIpLocation() {
5858
/**
5959
* @return This will return true if the postal code provided with the
6060
* address is in the city for the address. It will return false when the
61-
* postal code is not in the city. If the address could not be parsed or
62-
* was not provided, the null will be returned.
61+
* postal code is not in the city. If the address was not provided,
62+
* could not be parsed, or was not in USA, null will be returned.
6363
*/
6464
@JsonProperty("is_postal_in_city")
6565
public final Boolean isPostalInCity() {

0 commit comments

Comments
 (0)