We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae28bad + a2b6667 commit 2677ec6Copy full SHA for 2677ec6
CHANGELOG.md
@@ -11,6 +11,7 @@ CHANGELOG
11
* The minFraud Factors subscores have been deprecated. They will be removed
12
in March 2025. Please see [our release notes](https://dev.maxmind.com/minfraud/release-notes/2024/#deprecation-of-risk-factor-scoressubscores)
13
for more information.
14
+* Added `Epayco` to the `Processor` enum.
15
16
7.1.0-beta.1 (2024-09-06)
17
-------------------------
src/constants.ts
@@ -70,6 +70,7 @@ export enum Processor {
70
Elavon = 'elavon',
71
Emerchantpay = 'emerchantpay',
72
Epay = 'epay',
73
+ Epayco = 'epayco',
74
EprocessingNetwork = 'eprocessing_network',
75
Epx = 'epx',
76
Eway = 'eway',
0 commit comments