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+ 4.1.0
5+ ------------------
6+
7+ * Added ` BANQUEST ` , ` SUMMIT_PAYMENTS ` , and ` YAADPAY ` to the
8+ ` Payment.Processor ` enum.
9+
4104.0.0 (2025-11-20)
511------------------
612
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ public enum Processor {
124124 APS_PAYMENTS ,
125125 AUTHORIZENET ,
126126 BALANCED ,
127+ BANQUEST ,
127128 BEANSTREAM ,
128129 BLUEPAY ,
129130 BLUESNAP ,
@@ -255,6 +256,7 @@ public enum Processor {
255256 SOLIDTRUST_PAY ,
256257 SPS_DECIDIR ,
257258 STRIPE ,
259+ SUMMIT_PAYMENTS ,
258260 SYNAPSEFI ,
259261 SYSTEMPAY ,
260262 TELERECARGAS ,
@@ -273,7 +275,8 @@ public enum Processor {
273275 VPOS ,
274276 WINDCAVE ,
275277 WIRECARD ,
276- WORLDPAY ;
278+ WORLDPAY ,
279+ YAADPAY ;
277280
278281 /**
279282 * @return a string representation of the object.
You can’t perform that action at this time.
0 commit comments