File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
6132.9.0 (2023-12-05)
714++++++++++++++++++
815
Original file line number Diff line number Diff line change @@ -326,6 +326,6 @@ for assistance.
326326Copyright 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
331331This is free software, licensed under the Apache License, Version 2.0.
Original file line number Diff line number Diff line change 4646
4747# General information about the project.
4848project = "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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments