Skip to content

Commit 522c154

Browse files
authored
Merge pull request #87 from maxmind/horgh/disposition
Remove documentation for non existing disposition action
2 parents 5caf4ba + b412382 commit 522c154

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

minfraud/models.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -426,9 +426,9 @@ class Disposition:
426426
427427
.. attribute:: reason
428428
429-
The reason for the action. The current possible values are
430-
"custom_rule", "block_list", and "default". If you do not have custom
431-
rules set up, ``None`` will be returned.
429+
The reason for the action. The current possible values are "custom_rule"
430+
and "default". If you do not have custom rules set up, ``None`` will be
431+
returned.
432432
433433
:type: str | None
434434
@@ -863,7 +863,7 @@ class Subscores:
863863
.. attribute:: country_mismatch
864864
865865
The risk associated with the combination of IP country, card issuer
866-
country, billing country, and shipping country. If present, this is a
866+
country, billing country, and shipping country. If present, this is a
867867
value in the range 0.01 to 99.
868868
869869
:type: float | None

0 commit comments

Comments
 (0)