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.9 .0
6+ 2.8 .0
77++++++++++++++++++
88
99* IMPORTANT: Python 3.7 or greater is required. If you are using an older
1010 version, please use an earlier release.
11-
12- 2.8.0
13- ++++++++++++++++++
14-
1511* Added ``shopify_payments `` to the ``/payment/processor `` validation.
1612* Added ``google_pay `` to the ``/payment/processor `` validation.
13+ * Added ``placetopay `` to the ``/payment/processor `` validation.
1714
18152.7.2 (2022-03-29)
1916++++++++++++++++++
Original file line number Diff line number Diff line change @@ -318,6 +318,6 @@ for assistance.
318318Copyright and License
319319---------------------
320320
321- This software is Copyright © 2015-2022 by MaxMind, Inc.
321+ This software is Copyright © 2015-2023 by MaxMind, Inc.
322322
323323This 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-2022 , MaxMind, Inc"
49+ copyright = "2015-2023 , 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-2022 by MaxMind, Inc.
34+ :copyright: © 2015-2023 by MaxMind, Inc.
3535:license: Apache License, Version 2.0
3636
Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ def _hostname(hostname: str) -> str:
207207 "payway" ,
208208 "payza" ,
209209 "pinpayments" ,
210+ "placetopay" ,
210211 "posconnect" ,
211212 "princeton_payment_solutions" ,
212213 "psigate" ,
You can’t perform that action at this time.
0 commit comments