Skip to content

Commit a3f2338

Browse files
authored
Merge pull request #337 from maxmind/wstorey/eng-4633-new-payment-processors-input-values-are-supported-by
Add fat_zebra payment processor
2 parents c1d4327 + 4352e90 commit a3f2338

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)