Skip to content

Commit

Permalink
Merge pull request #133 from maxmind/horgh/payment-processors
Browse files Browse the repository at this point in the history
Add new payment processors
  • Loading branch information
shadromani authored Jan 3, 2024
2 parents 51158fb + fce0b30 commit dfea891
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 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: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,6 @@ for assistance.
Copyright and License
---------------------

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

This is free software, licensed under the Apache License, Version 2.0.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

# General information about the project.
project = "minfraud"
copyright = "2015-2023, MaxMind, Inc"
copyright = "2015-2024, MaxMind, Inc"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Indices and tables
* :ref:`modindex`
* :ref:`search`

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

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 dfea891

Please sign in to comment.