We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a3cc67 commit fce0b30Copy full SHA for fce0b30
2 files changed
HISTORY.rst
@@ -3,6 +3,13 @@
3
History
4
-------
5
6
+2.10.0
7
+++++++++++++++++++
8
+
9
+* Added the following new values to the ``/payment/processor`` validation:
10
+ * ``pxp_financial``
11
+ * ``trustpay``
12
13
2.9.0 (2023-12-05)
14
++++++++++++++++++
15
minfraud/validation.py
@@ -211,6 +211,7 @@ def _hostname(hostname: str) -> str:
211
"posconnect",
212
"princeton_payment_solutions",
213
"psigate",
214
+ "pxp_financial",
215
"qiwi",
216
"quickpay",
217
"raberil",
@@ -235,6 +236,7 @@ def _hostname(hostname: str) -> str:
235
236
"towah",
237
"transact_pro",
238
"trustly",
239
+ "trustpay",
240
"tsys",
241
"usa_epay",
242
"vantiv",
0 commit comments