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 4395b10 + ac2c63d commit 1566554Copy full SHA for 1566554
2 files changed
CHANGELOG.md
@@ -12,6 +12,9 @@ CHANGELOG
12
* The request event time is now stored internally as a `ZonedDateTime`. An
13
`Event.Builder.time(ZonedDateTime)` method was also added to the event
14
builder.
15
+* The following payment processors were added to the `Payment.Processor` enum:
16
+ * `CARDPAY`
17
+ * `EPX`
18
19
1.11.0 (2020-02-21)
20
-------------------
src/main/java/com/maxmind/minfraud/request/Payment.java
@@ -109,6 +109,7 @@ public enum Processor {
109
BLUESNAP,
110
BPOINT,
111
BRAINTREE,
112
+ CARDPAY,
113
CCAVENUE,
114
CCNOW,
115
CETELEM,
@@ -137,6 +138,7 @@ public enum Processor {
137
138
EMERCHANTPAY,
139
EPAY,
140
EPROCESSING_NETWORK,
141
+ EPX,
142
EWAY,
143
EXACT,
144
FIRST_DATA,
0 commit comments