Skip to content

Commit 609b094

Browse files
authored
Merge pull request #11 from maxmind/dave/more-payment-processors
Add more payment processors
2 parents edff881 + b6ea7a8 commit 609b094

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
0.5.1
5+
------------------
6+
7+
* Added the following new values to the `Payment.Processor` enum:
8+
`CONCEPT_PAYMENTS`, `ECOMM365`, `ORANGEPAY`, and `PACNET_SERVICES`.
9+
410
0.5.0 (2016-06-08)
511
------------------
612

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,13 @@ public enum Processor {
107107
CIELO,
108108
COLLECTOR,
109109
COMPROPAGO,
110+
CONCEPT_PAYMENTS,
110111
CONEKTA,
111112
CUENTADIGITAL,
112113
DALPAY,
113114
DIBS,
114115
DIGITAL_RIVER,
116+
ECOMM365,
115117
ELAVON,
116118
EPAY,
117119
EPROCESSING_NETWORK,
@@ -132,6 +134,8 @@ public enum Processor {
132134
OTHER,
133135
OPENPAYMX,
134136
OPTIMAL_PAYMENTS,
137+
ORANGEPAY,
138+
PACNET_SERVICES,
135139
PAYFAST,
136140
PAYGATE,
137141
PAYONE,

0 commit comments

Comments
 (0)