We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7fbbf2 + 5f222bf commit d196b70Copy full SHA for d196b70
2 files changed
CHANGELOG.md
@@ -3,8 +3,10 @@ CHANGELOG
3
4
1.16.0
5
-------------------
6
+
7
* The HTTP client now allows up to 20 connections to be active at once.
8
Previously the limit was 2. Reported by mjancewicz. GitHub #110.
9
+* `TSYS` was added to the `Payment.Processor` enum.
10
* The device IP address is no longer a required input.
11
12
1.15.0 (2020-07-09)
src/main/java/com/maxmind/minfraud/request/Payment.java
@@ -214,6 +214,7 @@ public enum Processor {
214
SYNAPSEFI,
215
SYSTEMPAY,
216
TELERECARGAS,
217
+ TSYS,
218
TOWAH,
219
TRANSACT_PRO,
220
USA_EPAY,
0 commit comments