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.
1 parent 3d604b1 commit c287c6fCopy full SHA for c287c6f
HISTORY.rst
@@ -9,6 +9,7 @@ History
9
* The minFraud Factors subscores have been deprecated. They will be removed
10
in March 2025. Please see `our release notes <https://dev.maxmind.com/minfraud/release-notes/2024/#deprecation-of-risk-factor-scoressubscores>`_
11
for more information.
12
+* Added ``epayco`` to the ``/payment/processor`` validation.
13
14
2.12.0b1 (2024-09-06)
15
+++++++++++++++++++++
minfraud/validation.py
@@ -145,6 +145,7 @@ def _hostname(hostname: str) -> str:
145
"elavon",
146
"emerchantpay",
147
"epay",
148
+ "epayco",
149
"eprocessing_network",
150
"epx",
151
"eway",
0 commit comments