Skip to content

Commit 5ad8d78

Browse files
authored
Merge pull request #380 from maxmind/greg/new-payment-processors
Add new payment processor
2 parents b5a2852 + 25eba17 commit 5ad8d78

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
@@ -15,6 +15,7 @@ CHANGELOG
1515
about the respective phone numbers. Please see [our developer
1616
site](https://dev.maxmind.com/minfraud/api-documentation/responses/) for
1717
more information.
18+
* Added `PAYCONEX` to the `Payment.Processor` enum.
1819

1920
3.4.0 (2024-04-16)
2021
------------------

src/main/java/com/maxmind/minfraud/request/Payment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ public enum Processor {
186186
ORANGEPAY,
187187
OTHER,
188188
PACNET_SERVICES,
189+
PAYCONEX,
189190
PAYEEZY,
190191
PAYFAST,
191192
PAYGATE,

0 commit comments

Comments
 (0)