From 00ce6f7945d493d0ac89d49d14e732072e9932ee Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 1 Jul 2024 10:34:47 -0700 Subject: [PATCH] Add new payment processor --- HISTORY.rst | 1 + minfraud/validation.py | 1 + 2 files changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 02709fb..d3e40b1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -15,6 +15,7 @@ History about the respective phone numbers. Please see `our developer site `_ for more information. +* Added ``payconex`` to the ``/payment/processor`` validation. 2.10.0 (2024-04-16) +++++++++++++++++++ diff --git a/minfraud/validation.py b/minfraud/validation.py index dd25f74..ec2d85f 100644 --- a/minfraud/validation.py +++ b/minfraud/validation.py @@ -185,6 +185,7 @@ def _hostname(hostname: str) -> str: "orangepay", "other", "pacnet_services", + "payconex", "payeezy", "payfast", "paygate",