Skip to content

Commit

Permalink
Merge pull request #253 from maxmind/greg/new-payment-processors
Browse files Browse the repository at this point in the history
Add new payment processor
  • Loading branch information
faktas2 authored Jul 2, 2024
2 parents 68d0fe2 + c8a7609 commit 3c7fb77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MaxMind.MinFraud/Request/Payment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,9 @@ public enum PaymentProcessor
[EnumMember(Value = "pacnet_services")]
PacnetServices,

[EnumMember(Value = "payconex")]
Payconex,

[EnumMember(Value = "payeezy")]
Payeezy,

Expand Down
3 changes: 2 additions & 1 deletion releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ Release Notes
the respective phone numbers. Please see [our developer
site](https://dev.maxmind.com/minfraud/api-documentation/responses/) for
more information.
* Added `Payconex` to the `PaymentProcessor` enum.

4.3.0 (2024-04-16)
------------------

* Added `PxpFinancial` and `Trustpay` to the `PaymentProcessor` enum.
* Added `PxpFinancial` and `Trustpay` to the `PaymentProcessor` enum.
* Equivalent domain names are now normalized when `hashAddress` is used.
For example, `googlemail.com` will become `gmail.com`.
* Periods are now removed from `gmail.com` email address local parts when
Expand Down

0 comments on commit 3c7fb77

Please sign in to comment.