We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc53ae7 commit a4f45a0Copy full SHA for a4f45a0
minfraud/models.py
@@ -418,8 +418,9 @@ class Disposition:
418
.. attribute:: action
419
420
The action to take on the transaction as defined by your custom rules.
421
- The current set of values are "accept", "manual_review", and "reject".
422
- If you do not have custom rules set up, ``None`` will be returned.
+ The current set of values are "accept", "manual_review", "reject", and
+ "test". If you do not have custom rules set up, ``None`` will be
423
+ returned.
424
425
:type: str | None
426
0 commit comments