Skip to content

Commit fd65a4d

Browse files
committed
Remove documentation for non existing disposition action
1 parent 6f26425 commit fd65a4d

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ MaxMind encourages the use of this API, as data received through this channel
240240
is continually used to improve the accuracy of our fraud detection algorithms.
241241

242242
To use the Report Transactions API, create a new `TransactionReport` object. An
243-
IP address and a valid tag are required arguments. Additional params may also
244-
be set, as documented below.
243+
IP address and a valid tag are required arguments. Additional params may
244+
also be set, as documented below.
245245

246246
If the report is successful, nothing is returned. If the report fails, an
247247
exception with be thrown.

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ public String getAction() {
3838

3939
/**
4040
* @return A {@code String} with the reason for the action. The current
41-
* possible values are "custom_rule", "block_list", and "default".
42-
* If you do not have custom rules set up, {@code null} will be
43-
* returned.
41+
* possible values are "custom_rule" and "default". If you do not have
42+
* custom rules set up, {@code null} will be returned.
4443
*/
4544
@JsonProperty("reason")
4645
public String getReason() {

0 commit comments

Comments
 (0)