From b41238286d541553430193dcad3eccbaf5a916d6 Mon Sep 17 00:00:00 2001 From: William Storey Date: Thu, 9 Sep 2021 15:48:26 -0700 Subject: [PATCH] Remove documentation for non existing disposition action --- minfraud/models.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/minfraud/models.py b/minfraud/models.py index ac04498..5c9e4fc 100644 --- a/minfraud/models.py +++ b/minfraud/models.py @@ -426,9 +426,9 @@ class Disposition: .. attribute:: reason - The reason for the action. The current possible values are - "custom_rule", "block_list", and "default". If you do not have custom - rules set up, ``None`` will be returned. + The reason for the action. The current possible values are "custom_rule" + and "default". If you do not have custom rules set up, ``None`` will be + returned. :type: str | None @@ -863,7 +863,7 @@ class Subscores: .. attribute:: country_mismatch The risk associated with the combination of IP country, card issuer - country, billing country, and shipping country. If present, this is a + country, billing country, and shipping country. If present, this is a value in the range 0.01 to 99. :type: float | None