Skip to content

Commit 22938a6

Browse files
authored
Merge pull request #200 from maxmind/greg/eng-2362
Add SecurePay to the payment processor list
2 parents 4c9a42b + 16668cb commit 22938a6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ History
88

99
* Setuptools has been replaced with the uv build backend for building the
1010
package.
11+
* Added ``securepay`` to the ``/payment/processor`` validation.
1112

1213
3.1.0 (2025-05-23)
1314
++++++++++++++++++

src/minfraud/validation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ def _hostname(hostname: str) -> str:
231231
"rewardspay",
232232
"safecharge",
233233
"sagepay",
234+
"securepay",
234235
"securetrading",
235236
"shopify_payments",
236237
"simplify_commerce",

0 commit comments

Comments
 (0)