From 16668cbacd4a502bd3cfc61057749f98b54fa34b Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 8 Jul 2025 11:06:24 -0700 Subject: [PATCH] Add SecurePay to the payment processor list --- HISTORY.rst | 1 + src/minfraud/validation.py | 1 + 2 files changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 02282a4..2470852 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,6 +8,7 @@ History * Setuptools has been replaced with the uv build backend for building the package. +* Added ``securepay`` to the ``/payment/processor`` validation. 3.1.0 (2025-05-23) ++++++++++++++++++ diff --git a/src/minfraud/validation.py b/src/minfraud/validation.py index b4fafac..76ef668 100644 --- a/src/minfraud/validation.py +++ b/src/minfraud/validation.py @@ -231,6 +231,7 @@ def _hostname(hostname: str) -> str: "rewardspay", "safecharge", "sagepay", + "securepay", "securetrading", "shopify_payments", "simplify_commerce",