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.15.0
5+ -------------------
6+
7+ * The following payment processors were added to the ` Payment.Processor ` enum:
8+ * ` CASHFREE `
9+ * ` FIRST_ATLANTIC_COMMERCE `
10+ * ` KOMOJU `
11+ * ` PAYTM `
12+ * ` RAZORPAY `
13+ * ` SYSTEMPAY `
14+
4151.14.0 (2020-06-10)
516-------------------
617
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ public enum Processor {
110110 BPOINT ,
111111 BRAINTREE ,
112112 CARDPAY ,
113+ CASHFREE ,
113114 CCAVENUE ,
114115 CCNOW ,
115116 CETELEM ,
@@ -141,6 +142,7 @@ public enum Processor {
141142 EPX ,
142143 EWAY ,
143144 EXACT ,
145+ FIRST_ATLANTIC_COMMERCE ,
144146 FIRST_DATA ,
145147 G2A_PAY ,
146148 GLOBAL_PAYMENTS ,
@@ -153,6 +155,7 @@ public enum Processor {
153155 INTUIT_QUICKBOOKS_PAYMENTS ,
154156 IUGU ,
155157 KLARNA ,
158+ KOMOJU ,
156159 LEMON_WAY ,
157160 MASTERCARD_PAYMENT_GATEWAY ,
158161 MERCADOPAGO ,
@@ -180,6 +183,7 @@ public enum Processor {
180183 PAYPLUS ,
181184 PAYSAFECARD ,
182185 PAYSTATION ,
186+ PAYTM ,
183187 PAYTRACE ,
184188 PAYTRAIL ,
185189 PAYTURE ,
@@ -194,6 +198,7 @@ public enum Processor {
194198 QIWI ,
195199 QUICKPAY ,
196200 RABERIL ,
201+ RAZORPAY ,
197202 REDE ,
198203 REDPAGOS ,
199204 REWARDSPAY ,
@@ -207,6 +212,7 @@ public enum Processor {
207212 SPS_DECIDIR ,
208213 STRIPE ,
209214 SYNAPSEFI ,
215+ SYSTEMPAY ,
210216 TELERECARGAS ,
211217 TOWAH ,
212218 TRANSACT_PRO ,
You can’t perform that action at this time.
0 commit comments