Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ History
* Setuptools has been replaced with the uv build backend for building the
package.
* Added ``securepay`` to the ``/payment/processor`` validation.
* Added ``credit_application`` and ``fund_transfer`` to the ``/event/type``
validation.
* Added ``credit_application``, ``fund_transfer``, and ``sim_swap`` to the
``/event/type`` validation.
* Added the input ``/event/party``. This is the party submitting the
transaction.
* Added the input ``/payment/method``. This is the payment method associated
Expand Down
1 change: 1 addition & 0 deletions src/minfraud/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ def _credit_card_token(s: str) -> str:
"purchase",
"recurring_purchase",
"referral",
"sim_swap",
"survey",
],
)
Expand Down
Loading