From a2b66671b74e554689375b607ccf06e1eeb22404 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 3 Jan 2025 14:52:52 -0800 Subject: [PATCH] Add ePayco to payment processor list --- CHANGELOG.md | 1 + src/constants.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae3a06e..7a1f5d06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ CHANGELOG * The minFraud Factors subscores have been deprecated. They will be removed in March 2025. Please see [our release notes](https://dev.maxmind.com/minfraud/release-notes/2024/#deprecation-of-risk-factor-scoressubscores) for more information. +* Added `Epayco` to the `Processor` enum. 7.1.0-beta.1 (2024-09-06) ------------------------- diff --git a/src/constants.ts b/src/constants.ts index 6ed241ea..a8b43dbc 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -70,6 +70,7 @@ export enum Processor { Elavon = 'elavon', Emerchantpay = 'emerchantpay', Epay = 'epay', + Epayco = 'epayco', EprocessingNetwork = 'eprocessing_network', Epx = 'epx', Eway = 'eway',