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 fb1976a + 00ce6f7 commit d9cbc28Copy full SHA for d9cbc28
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