We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1976a commit 00ce6f7Copy full SHA for 00ce6f7
HISTORY.rst
@@ -15,6 +15,7 @@ History
15
about the respective phone numbers. Please see `our developer
16
site <https://dev.maxmind.com/minfraud/api-documentation/responses/>`_ for
17
more information.
18
+* Added ``payconex`` to the ``/payment/processor`` validation.
19
20
2.10.0 (2024-04-16)
21
+++++++++++++++++++
minfraud/validation.py
@@ -185,6 +185,7 @@ def _hostname(hostname: str) -> str:
185
"orangepay",
186
"other",
187
"pacnet_services",
188
+ "payconex",
189
"payeezy",
190
"payfast",
191
"paygate",
0 commit comments