diff --git a/HISTORY.rst b/HISTORY.rst index b842779..2f02e5a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +2.8.0 +++++++++++++++++++ + +* Added ``shopify_payments`` to the ``/payment/processor`` validation. + 2.7.2 (2022-03-29) ++++++++++++++++++ diff --git a/minfraud/validation.py b/minfraud/validation.py index 767b54e..46bb98c 100644 --- a/minfraud/validation.py +++ b/minfraud/validation.py @@ -219,6 +219,7 @@ def _hostname(hostname: str) -> str: "safecharge", "sagepay", "securetrading", + "shopify_payments", "simplify_commerce", "skrill", "smartcoin",