Skip to content

Commit 75c9acb

Browse files
committed
Add new payment processor
1 parent 0220577 commit 75c9acb

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ CHANGELOG
33

44
1.16.0
55
-------------------
6+
67
* The HTTP client now allows up to 20 connections to be active at once.
78
Previously the limit was 2. Reported by mjancewicz. GitHub #110.
9+
* `TSYS` was added to the `Payment.Processor` enum.
810

911
1.15.0 (2020-07-09)
1012
-------------------

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ public enum Processor {
214214
SYNAPSEFI,
215215
SYSTEMPAY,
216216
TELERECARGAS,
217+
TSYS,
217218
TOWAH,
218219
TRANSACT_PRO,
219220
USA_EPAY,

0 commit comments

Comments
 (0)