Skip to content

Commit fce0b30

Browse files
committed
Add new payment processors
1 parent 0a3cc67 commit fce0b30

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
History
44
-------
55

6+
2.10.0
7+
++++++++++++++++++
8+
9+
* Added the following new values to the ``/payment/processor`` validation:
10+
* ``pxp_financial``
11+
* ``trustpay``
12+
613
2.9.0 (2023-12-05)
714
++++++++++++++++++
815

minfraud/validation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ def _hostname(hostname: str) -> str:
211211
"posconnect",
212212
"princeton_payment_solutions",
213213
"psigate",
214+
"pxp_financial",
214215
"qiwi",
215216
"quickpay",
216217
"raberil",
@@ -235,6 +236,7 @@ def _hostname(hostname: str) -> str:
235236
"towah",
236237
"transact_pro",
237238
"trustly",
239+
"trustpay",
238240
"tsys",
239241
"usa_epay",
240242
"vantiv",

0 commit comments

Comments
 (0)