File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
12142.2.0 (2020-10-13)
1315++++++++++++++++++
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments