Skip to content

Commit 4352e90

Browse files
horghclaude
andcommitted
Add fat_zebra payment processor
ENG-4633 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c1d4327 commit 4352e90

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ History
1010
token generated by the `Device Tracking Add-on
1111
<https://dev.maxmind.com/minfraud/track-devices>`_ for explicit device
1212
linking.
13-
* Added ``banquest``, ``summit_payments``, and ``yaadpay`` to the
14-
``/payment/processor`` validation.
13+
* Added ``banquest``, ``fat_zebra``, ``summit_payments``, and ``yaadpay`` to
14+
the ``/payment/processor`` validation.
1515
* The version is now retrieved from package metadata at runtime using
1616
``importlib.metadata``. This reduces the chance of version inconsistencies
1717
during releases.

src/minfraud/validation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ def _hostname(hostname: str) -> str:
175175
"epx",
176176
"eway",
177177
"exact",
178+
"fat_zebra",
178179
"first_atlantic_commerce",
179180
"first_data",
180181
"fiserv",

0 commit comments

Comments
 (0)