Skip to content

Commit 0b5a8d7

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 8547e09 commit 0b5a8d7

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
4.3.0
5+
------------------
6+
7+
* Added `FAT_ZEBRA` to the `Payment.Processor` enum.
8+
49
4.2.0 (2026-02-26)
510
------------------
611

src/main/java/com/maxmind/minfraud/request/Payment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ public enum Processor {
173173
EPX,
174174
EWAY,
175175
EXACT,
176+
FAT_ZEBRA,
176177
FIRST_ATLANTIC_COMMERCE,
177178
FIRST_DATA,
178179
FISERV,

0 commit comments

Comments
 (0)