We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a977708 commit f3c7a5cCopy full SHA for f3c7a5c
2 files changed
HISTORY.rst
@@ -8,6 +8,7 @@ History
8
9
* IMPORTANT: Python 3.7 or greater is required. If you are using an older
10
version, please use an earlier release.
11
+* Added ``placetopay`` to the ``/payment/processor`` validation.
12
13
2.8.0
14
++++++++++++++++++
minfraud/validation.py
@@ -207,6 +207,7 @@ def _hostname(hostname: str) -> str:
207
"payway",
208
"payza",
209
"pinpayments",
210
+ "placetopay",
211
"posconnect",
212
"princeton_payment_solutions",
213
"psigate",
0 commit comments