Skip to content

Commit c151efd

Browse files
authored
Merge pull request #211 from maxmind/greg/new-payment-processor
Add new payment processor
2 parents 7beb5cc + 7a7333c commit c151efd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ CHANGELOG
4545
* `PAYSERA`
4646
* `PAYVISION`
4747
* `TRUSTLY`
48+
* `WINDCAVE`
4849

4950
1.18.0 (2021-08-31)
5051
-------------------

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ public enum Processor {
244244
VIRTUAL_CARD_SERVICES,
245245
VME,
246246
VPOS,
247+
WINDCAVE,
247248
WIRECARD,
248249
WORLDPAY;
249250

0 commit comments

Comments
 (0)