From 4352e90272e5137b5c0d46b3971e0c2cf4795cf0 Mon Sep 17 00:00:00 2001 From: William Storey Date: Thu, 2 Apr 2026 11:40:13 -0700 Subject: [PATCH] Add fat_zebra payment processor ENG-4633 Co-Authored-By: Claude Opus 4.6 (1M context) --- HISTORY.rst | 4 ++-- src/minfraud/validation.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index fe17456..f194dcd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -10,8 +10,8 @@ History token generated by the `Device Tracking Add-on `_ for explicit device linking. -* Added ``banquest``, ``summit_payments``, and ``yaadpay`` to the - ``/payment/processor`` validation. +* Added ``banquest``, ``fat_zebra``, ``summit_payments``, and ``yaadpay`` to + the ``/payment/processor`` validation. * The version is now retrieved from package metadata at runtime using ``importlib.metadata``. This reduces the chance of version inconsistencies during releases. diff --git a/src/minfraud/validation.py b/src/minfraud/validation.py index fba188f..e206920 100644 --- a/src/minfraud/validation.py +++ b/src/minfraud/validation.py @@ -175,6 +175,7 @@ def _hostname(hostname: str) -> str: "epx", "eway", "exact", + "fat_zebra", "first_atlantic_commerce", "first_data", "fiserv",