Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Description ##

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

## Installation ##

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ public final Integer getDistanceToIpLocation() {
/**
* @return This will return true if the postal code provided with the
* address is in the city for the address. It will return false when the
* postal code is not in the city. If the address could not be parsed or
* was not provided, the null will be returned.
* postal code is not in the city. If the address was not provided,
* could not be parsed, or was not in USA, null will be returned.
*/
@JsonProperty("is_postal_in_city")
public final Boolean isPostalInCity() {
Expand Down