Skip to content

Commit

Permalink
Add new payment processors
Browse files Browse the repository at this point in the history
  • Loading branch information
horgh committed Jan 2, 2024
1 parent 0a3cc67 commit fce0b30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
History
-------

2.10.0
++++++++++++++++++

* Added the following new values to the ``/payment/processor`` validation:
* ``pxp_financial``
* ``trustpay``

2.9.0 (2023-12-05)
++++++++++++++++++

Expand Down
2 changes: 2 additions & 0 deletions minfraud/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def _hostname(hostname: str) -> str:
"posconnect",
"princeton_payment_solutions",
"psigate",
"pxp_financial",
"qiwi",
"quickpay",
"raberil",
Expand All @@ -235,6 +236,7 @@ def _hostname(hostname: str) -> str:
"towah",
"transact_pro",
"trustly",
"trustpay",
"tsys",
"usa_epay",
"vantiv",
Expand Down

0 comments on commit fce0b30

Please sign in to comment.