Skip to content

Commit a4f45a0

Browse files
committed
Add "test" disposition to doc
1 parent cc53ae7 commit a4f45a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

minfraud/models.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,9 @@ class Disposition:
418418
.. attribute:: action
419419
420420
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.
421+
The current set of values are "accept", "manual_review", "reject", and
422+
"test". If you do not have custom rules set up, ``None`` will be
423+
returned.
423424
424425
:type: str | None
425426

0 commit comments

Comments
 (0)