Skip to content

Commit 2bc5e85

Browse files
authored
Merge pull request #30 from maxmind/greg/update-payment-processors
Quarterly payment processor updates
2 parents 604e30a + 0be8103 commit 2bc5e85

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

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

4+
1.7.0
5+
-----------------
6+
7+
* The following payment processors were added to the `Payment.Processor` enum:
8+
* `BPOINT`
9+
* `CHECKOUT_COM`
10+
* `EMERCHANTPAY`
11+
* `HEARTLAND`
12+
* `PAYWAY`
13+
414
1.6.0 (2017-09-08)
515
------------------
616

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,11 @@ public enum Processor {
105105
BEANSTREAM,
106106
BLUEPAY,
107107
BLUESNAP,
108+
BPOINT,
108109
BRAINTREE,
109110
CCNOW,
110111
CHASE_PAYMENTECH,
112+
CHECKOUT_COM,
111113
CIELO,
112114
COLLECTOR,
113115
COMPROPAGO,
@@ -122,12 +124,14 @@ public enum Processor {
122124
EBS,
123125
ECOMM365,
124126
ELAVON,
127+
EMERCHANTPAY,
125128
EPAY,
126129
EPROCESSING_NETWORK,
127130
EWAY,
128131
EXACT,
129132
FIRST_DATA,
130133
GLOBAL_PAYMENTS,
134+
HEARTLAND,
131135
HIPAY,
132136
INGENICO,
133137
INTERNETSECURE,
@@ -159,6 +163,7 @@ public enum Processor {
159163
PAYTURE,
160164
PAYU,
161165
PAYULATAM,
166+
PAYWAY,
162167
PAYZA,
163168
PINPAYMENTS,
164169
PRINCETON_PAYMENT_SOLUTIONS,

0 commit comments

Comments
 (0)