We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a8a994 + 8f39a70 commit 880574aCopy full SHA for 880574a
2 files changed
HISTORY.rst
@@ -7,6 +7,7 @@ History
7
++++++++++++++++++
8
9
* Added ``shopify_payments`` to the ``/payment/processor`` validation.
10
+* Added ``google_pay`` to the ``/payment/processor`` validation.
11
12
2.7.2 (2022-03-29)
13
minfraud/validation.py
@@ -155,6 +155,7 @@ def _hostname(hostname: str) -> str:
155
"g2a_pay",
156
"global_payments",
157
"gocardless",
158
+ "google_pay",
159
"heartland",
160
"hipay",
161
"ingenico",
0 commit comments