Skip to content

Commit e03897a

Browse files
authored
Merge pull request #73 from maxmind/greg/add-new-payment-processors
Add new payment processors
2 parents 55baa76 + a6438e8 commit e03897a

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install --upgrade pylint black mypy voluptuous-stubs
25+
pip install --upgrade pylint black mypy voluptuous-stubs chardet==3.0.4
2626
2727
- name: Install
2828
run: python setup.py install

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)