Skip to content

Commit b9aa942

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 9bc14dd commit b9aa942

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)