Skip to content

Commit 1566554

Browse files
authored
Merge pull request #102 from maxmind/greg/update-payment-processors
Quarterly update of payment processors
2 parents 4395b10 + ac2c63d commit 1566554

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ CHANGELOG
1212
* The request event time is now stored internally as a `ZonedDateTime`. An
1313
`Event.Builder.time(ZonedDateTime)` method was also added to the event
1414
builder.
15+
* The following payment processors were added to the `Payment.Processor` enum:
16+
* `CARDPAY`
17+
* `EPX`
1518

1619
1.11.0 (2020-02-21)
1720
-------------------

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ public enum Processor {
109109
BLUESNAP,
110110
BPOINT,
111111
BRAINTREE,
112+
CARDPAY,
112113
CCAVENUE,
113114
CCNOW,
114115
CETELEM,
@@ -137,6 +138,7 @@ public enum Processor {
137138
EMERCHANTPAY,
138139
EPAY,
139140
EPROCESSING_NETWORK,
141+
EPX,
140142
EWAY,
141143
EXACT,
142144
FIRST_DATA,

0 commit comments

Comments
 (0)