Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions MaxMind.MinFraud/Request/Payment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ public enum PaymentProcessor
[EnumMember(Value = "exact")]
Exact,

[EnumMember(Value = "fat_zebra")]
FatZebra,

[EnumMember(Value = "first_atlantic_commerce")]
FirstAtlanticCommerce,

Expand Down
4 changes: 2 additions & 2 deletions releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
the token generated by the
[Device Tracking Add-on](https://dev.maxmind.com/minfraud/track-devices) for
explicit device linking.
- Added `Banquest`, `SummitPayments`, and `Yaadpay` to the `PaymentProcessor`
enum.
- Added `Banquest`, `SummitPayments`, `Yaadpay`, and `FatZebra` to the
`PaymentProcessor` enum.
- **BREAKING:** The minimum `MaxMind.GeoIP2` dependency has been bumped to 6.0.0
(a transitive breaking change).
- Custom `ToString()` overrides have been removed from all response and request
Expand Down
Loading