We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55baa76 commit be1a976Copy full SHA for be1a976
2 files changed
HISTORY.rst
@@ -8,6 +8,8 @@ History
8
9
* You may now set a proxy to use when making web service requests by passing
10
the ``proxy`` parameter to the ``AsyncClient`` or ``Client`` constructor.
11
+* Added ``apple_pay`` and ``aps_payments`` to the ``/payment/processor``
12
+ validation.
13
14
2.2.0 (2020-10-13)
15
++++++++++++++++++
minfraud/validation.py
@@ -100,6 +100,8 @@ def _hostname(hostname: str) -> str:
100
"altapay",
101
"amazon_payments",
102
"american_express_payment_gateway",
103
+ "apple_pay",
104
+ "aps_payments",
105
"authorizenet",
106
"balanced",
107
"beanstream",
0 commit comments