Skip to content

Commit 7f841d5

Browse files
committed
Add google_pay to payment processors
1 parent ba722a4 commit 7f841d5

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
@@ -5,6 +5,7 @@ CHANGELOG
55
------------------
66

77
* Added `SHOPIFY_PAYMENTS` to the `Payment.Processor` enum.
8+
* Added `GOOGLE_PAY` to the `Payment.Processor` enum.
89

910
2.1.0 (2022-03-28)
1011
------------------

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ public enum Processor {
158158
G2A_PAY,
159159
GLOBAL_PAYMENTS,
160160
GOCARDLESS,
161+
GOOGLE_PAY,
161162
HEARTLAND,
162163
HIPAY,
163164
INGENICO,

0 commit comments

Comments
 (0)