Skip to content

Commit 2696168

Browse files
committed
Add new payment processors
1 parent 8717eb6 commit 2696168

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
CHANGELOG
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

1014
1.7.0 (2017-10-30)
1115
------------------

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)