Skip to content

Commit 6d31e4f

Browse files
authored
Merge pull request #211 from maxmind/wstorey/eng-4633-new-payment-processors-input-values-are-supported-by
Add fat_zebra payment processor
2 parents 166438e + d404c57 commit 6d31e4f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
This is the token generated by the
77
[Device Tracking Add-on](https://dev.maxmind.com/minfraud/track-devices)
88
for explicit device linking.
9-
* Added the processors `:banquest`, `:summit_payments`, and `:yaadpay` to
10-
`Minfraud::Components::Payment`.
9+
* Added the processors `:banquest`, `:fat_zebra`, `:summit_payments`, and
10+
`:yaadpay` to `Minfraud::Components::Payment`.
1111
* Unnecessary files were removed from the published .gem.
1212

1313
## v2.9.0 (2025-11-20)

lib/minfraud/components/payment.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ class Payment < Base
9797
epx
9898
eway
9999
exact
100+
fat_zebra
100101
first_atlantic_commerce
101102
first_data
102103
fiserv

0 commit comments

Comments
 (0)