File tree Expand file tree Collapse file tree
src/main/java/com/maxmind/minfraud/request Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4- 1.7.1
4+ 1.8.0
55------------------
66
77* The web service client now correctly handles a proxy of ` Proxy.NO_PROXY ` .
88 PR by Ernest Sadykov. GitHub #32 .
9+ * The following payment processors were added to the ` Payment.Processor ` enum:
10+ * ` CYBERSOURCE `
11+ * ` TRANSACT_PRO `
12+ * ` WIRECARD `
913
10141.7.0 (2017-10-30)
1115------------------
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ public enum Processor {
118118 CONEKTA ,
119119 CUENTADIGITAL ,
120120 CUROPAYMENTS ,
121+ CYBERSOURCE ,
121122 DALPAY ,
122123 DIBS ,
123124 DIGITAL_RIVER ,
@@ -184,6 +185,7 @@ public enum Processor {
184185 STRIPE ,
185186 TELERECARGAS ,
186187 TOWAH ,
188+ TRANSACT_PRO ,
187189 USA_EPAY ,
188190 VANTIV ,
189191 VERAPAY ,
@@ -192,6 +194,7 @@ public enum Processor {
192194 VIRTUAL_CARD_SERVICES ,
193195 VME ,
194196 VPOS ,
197+ WIRECARD ,
195198 WORLDPAY ;
196199
197200 public String toString () {
You can’t perform that action at this time.
0 commit comments