File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
src/main/java/com/maxmind/minfraud/request Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ CHANGELOG
12
12
* The request event time is now stored internally as a ` ZonedDateTime ` . An
13
13
` Event.Builder.time(ZonedDateTime) ` method was also added to the event
14
14
builder.
15
+ * The following payment processors were added to the ` Payment.Processor ` enum:
16
+ * ` CARDPAY `
17
+ * ` EPX `
15
18
16
19
1.11.0 (2020-02-21)
17
20
-------------------
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ public enum Processor {
109
109
BLUESNAP ,
110
110
BPOINT ,
111
111
BRAINTREE ,
112
+ CARDPAY ,
112
113
CCAVENUE ,
113
114
CCNOW ,
114
115
CETELEM ,
@@ -137,6 +138,7 @@ public enum Processor {
137
138
EMERCHANTPAY ,
138
139
EPAY ,
139
140
EPROCESSING_NETWORK ,
141
+ EPX ,
140
142
EWAY ,
141
143
EXACT ,
142
144
FIRST_DATA ,
You can’t perform that action at this time.
0 commit comments