Skip to content

Commit 2677ec6

Browse files
authored
Merge pull request #1530 from maxmind/greg/eng-964-new-payment-processors-input-values-are-supported-by
Add ePayco to payment processor list
2 parents ae28bad + a2b6667 commit 2677ec6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CHANGELOG
1111
* The minFraud Factors subscores have been deprecated. They will be removed
1212
in March 2025. Please see [our release notes](https://dev.maxmind.com/minfraud/release-notes/2024/#deprecation-of-risk-factor-scoressubscores)
1313
for more information.
14+
* Added `Epayco` to the `Processor` enum.
1415

1516
7.1.0-beta.1 (2024-09-06)
1617
-------------------------

src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export enum Processor {
7070
Elavon = 'elavon',
7171
Emerchantpay = 'emerchantpay',
7272
Epay = 'epay',
73+
Epayco = 'epayco',
7374
EprocessingNetwork = 'eprocessing_network',
7475
Epx = 'epx',
7576
Eway = 'eway',

0 commit comments

Comments
 (0)