Skip to content

Commit be1a976

Browse files
committed
Add new payment processors
1 parent 55baa76 commit be1a976

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

HISTORY.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ History
88

99
* You may now set a proxy to use when making web service requests by passing
1010
the ``proxy`` parameter to the ``AsyncClient`` or ``Client`` constructor.
11+
* Added ``apple_pay`` and ``aps_payments`` to the ``/payment/processor``
12+
validation.
1113

1214
2.2.0 (2020-10-13)
1315
++++++++++++++++++

minfraud/validation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ def _hostname(hostname: str) -> str:
100100
"altapay",
101101
"amazon_payments",
102102
"american_express_payment_gateway",
103+
"apple_pay",
104+
"aps_payments",
103105
"authorizenet",
104106
"balanced",
105107
"beanstream",

0 commit comments

Comments
 (0)