From c8a760905f8b2756a9af1338b3df6b2b06b5ae9c Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 1 Jul 2024 10:12:35 -0700 Subject: [PATCH] Add new payment processor --- MaxMind.MinFraud/Request/Payment.cs | 3 +++ releasenotes.md | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/MaxMind.MinFraud/Request/Payment.cs b/MaxMind.MinFraud/Request/Payment.cs index 5b28f1c..00d67d7 100644 --- a/MaxMind.MinFraud/Request/Payment.cs +++ b/MaxMind.MinFraud/Request/Payment.cs @@ -301,6 +301,9 @@ public enum PaymentProcessor [EnumMember(Value = "pacnet_services")] PacnetServices, + [EnumMember(Value = "payconex")] + Payconex, + [EnumMember(Value = "payeezy")] Payeezy, diff --git a/releasenotes.md b/releasenotes.md index 5f183f5..898ffa9 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -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