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 6ea304b + 073dc55 commit 8b78a54Copy full SHA for 8b78a54
CHANGELOG.md
@@ -12,6 +12,7 @@ CHANGELOG
12
the respective phone numbers. Please see [our developer
13
site](https://dev.maxmind.com/minfraud/api-documentation/responses/) for
14
more information.
15
+* Added `Payconex` to the `Processor` enum.
16
17
6.1.0 (2024-04-16)
18
------------------
src/constants.ts
@@ -110,6 +110,7 @@ export enum Processor {
110
Orangepay = 'orangepay',
111
Other = 'other',
112
PacnetServices = 'pacnet_services',
113
+ Payconex = 'payconex',
114
Payeezy = 'payeezy',
115
Payfast = 'payfast',
116
Paygate = 'paygate',
0 commit comments