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 b5a2852 + 25eba17 commit 5ad8d78Copy full SHA for 5ad8d78
CHANGELOG.md
@@ -15,6 +15,7 @@ CHANGELOG
15
about the respective phone numbers. Please see [our developer
16
site](https://dev.maxmind.com/minfraud/api-documentation/responses/) for
17
more information.
18
+* Added `PAYCONEX` to the `Payment.Processor` enum.
19
20
3.4.0 (2024-04-16)
21
------------------
src/main/java/com/maxmind/minfraud/request/Payment.java
@@ -186,6 +186,7 @@ public enum Processor {
186
ORANGEPAY,
187
OTHER,
188
PACNET_SERVICES,
189
+ PAYCONEX,
190
PAYEEZY,
191
PAYFAST,
192
PAYGATE,
0 commit comments