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.
2 parents 4c9a42b + 16668cb commit 22938a6Copy full SHA for 22938a6
HISTORY.rst
@@ -8,6 +8,7 @@ History
8
9
* Setuptools has been replaced with the uv build backend for building the
10
package.
11
+* Added ``securepay`` to the ``/payment/processor`` validation.
12
13
3.1.0 (2025-05-23)
14
++++++++++++++++++
src/minfraud/validation.py
@@ -231,6 +231,7 @@ def _hostname(hostname: str) -> str:
231
"rewardspay",
232
"safecharge",
233
"sagepay",
234
+ "securepay",
235
"securetrading",
236
"shopify_payments",
237
"simplify_commerce",
0 commit comments