Skip to content

Commit 880574a

Browse files
authored
Merge pull request #107 from maxmind/horgh/payment-processors
Add google_pay to payment processors
2 parents 6a8a994 + 8f39a70 commit 880574a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ History
77
++++++++++++++++++
88

99
* Added ``shopify_payments`` to the ``/payment/processor`` validation.
10+
* Added ``google_pay`` to the ``/payment/processor`` validation.
1011

1112
2.7.2 (2022-03-29)
1213
++++++++++++++++++

minfraud/validation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ def _hostname(hostname: str) -> str:
155155
"g2a_pay",
156156
"global_payments",
157157
"gocardless",
158+
"google_pay",
158159
"heartland",
159160
"hipay",
160161
"ingenico",

0 commit comments

Comments
 (0)