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.
1 parent ba722a4 commit 7f841d5Copy full SHA for 7f841d5
2 files changed
CHANGELOG.md
@@ -5,6 +5,7 @@ CHANGELOG
5
------------------
6
7
* Added `SHOPIFY_PAYMENTS` to the `Payment.Processor` enum.
8
+* Added `GOOGLE_PAY` to the `Payment.Processor` enum.
9
10
2.1.0 (2022-03-28)
11
src/main/java/com/maxmind/minfraud/request/Payment.java
@@ -158,6 +158,7 @@ public enum Processor {
158
G2A_PAY,
159
GLOBAL_PAYMENTS,
160
GOCARDLESS,
161
+ GOOGLE_PAY,
162
HEARTLAND,
163
HIPAY,
164
INGENICO,
0 commit comments