Skip to content

Commit c71fd3c

Browse files
authored
Merge pull request #1847 from maxmind/wstorey/eng-4633-new-payment-processors-input-values-are-supported-by
Add fat_zebra payment processor
2 parents 9bc14dd + b9aa942 commit c71fd3c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CHANGELOG
88
the [Device Tracking Add-on](https://dev.maxmind.com/minfraud/track-devices)
99
for explicit device linking. You may provide this by providing
1010
`trackingToken` to `Device`.
11+
* Added `FatZebra` to the `Processor` enum.
1112

1213
8.3.0 (2026-01-20)
1314
------------------

src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export enum Processor {
9898
Epx = 'epx',
9999
Eway = 'eway',
100100
Exact = 'exact',
101+
FatZebra = 'fat_zebra',
101102
FirstAtlanticCommerce = 'first_atlantic_commerce',
102103
FirstData = 'first_data',
103104
Fiserv = 'fiserv',

0 commit comments

Comments
 (0)