We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bc14dd + b9aa942 commit c71fd3cCopy full SHA for c71fd3c
2 files changed
CHANGELOG.md
@@ -8,6 +8,7 @@ CHANGELOG
8
the [Device Tracking Add-on](https://dev.maxmind.com/minfraud/track-devices)
9
for explicit device linking. You may provide this by providing
10
`trackingToken` to `Device`.
11
+* Added `FatZebra` to the `Processor` enum.
12
13
8.3.0 (2026-01-20)
14
------------------
src/constants.ts
@@ -98,6 +98,7 @@ export enum Processor {
98
Epx = 'epx',
99
Eway = 'eway',
100
Exact = 'exact',
101
+ FatZebra = 'fat_zebra',
102
FirstAtlanticCommerce = 'first_atlantic_commerce',
103
FirstData = 'first_data',
104
Fiserv = 'fiserv',
0 commit comments