Skip to content

Commit dfea891

Browse files
authored
Merge pull request #133 from maxmind/horgh/payment-processors
Add new payment processors
2 parents 51158fb + fce0b30 commit dfea891

5 files changed

Lines changed: 12 additions & 3 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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,6 @@ for assistance.
326326
Copyright and License
327327
---------------------
328328

329-
This software is Copyright © 2015-2023 by MaxMind, Inc.
329+
This software is Copyright © 2015-2024 by MaxMind, Inc.
330330

331331
This is free software, licensed under the Apache License, Version 2.0.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# General information about the project.
4848
project = "minfraud"
49-
copyright = "2015-2023, MaxMind, Inc"
49+
copyright = "2015-2024, MaxMind, Inc"
5050

5151
# The version info for the project you're documenting, acts as replacement for
5252
# |version| and |release|, also used in various other places throughout the

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ Indices and tables
3131
* :ref:`modindex`
3232
* :ref:`search`
3333

34-
:copyright: © 2015-2023 by MaxMind, Inc.
34+
:copyright: © 2015-2024 by MaxMind, Inc.
3535
:license: Apache License, Version 2.0
3636

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)