Skip to content

Commit 0fe7914

Browse files
authored
Merge pull request #152 from maxmind/greg/add-new-payment-processors
Add new payment processors
2 parents e8c6ade + 6ffc756 commit 0fe7914

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG
22
=========
33

4+
1.17.0
5+
-------------------
6+
7+
* The following payment processors were added to the `Payment.Processor` enum:
8+
* `APPLE_PAY`
9+
* `APS_PAYMENTS`
10+
411
1.16.0 (2020-10-14)
512
-------------------
613

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ public enum Processor {
102102
ALTAPAY,
103103
AMAZON_PAYMENTS,
104104
AMERICAN_EXPRESS_PAYMENT_GATEWAY,
105+
APPLE_PAY,
106+
APS_PAYMENTS,
105107
AUTHORIZENET,
106108
BALANCED,
107109
BEANSTREAM,

0 commit comments

Comments
 (0)