File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 History
44-------
55
6+ 2.4.0
7+ ++++++++++++++++++
8+
9+ * Added the following new values to the ``/payment/processor `` validation:
10+ * ``cardknox ``
11+ * ``creditguard ``
12+ * ``credorax ``
13+ * ``dlocal ``
14+ * ``onpay ``
15+ * ``safecharge ``
16+
6172.3.1 (2021-02-12)
718++++++++++++++++++
819
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ def _hostname(hostname: str) -> str:
109109 "bluesnap" ,
110110 "bpoint" ,
111111 "braintree" ,
112+ "cardknox" ,
112113 "cardpay" ,
113114 "cashfree" ,
114115 "ccavenue" ,
@@ -122,6 +123,8 @@ def _hostname(hostname: str) -> str:
122123 "compropago" ,
123124 "concept_payments" ,
124125 "conekta" ,
126+ "creditguard" ,
127+ "credorax" ,
125128 "ct_payments" ,
126129 "cuentadigital" ,
127130 "curopayments" ,
@@ -131,6 +134,7 @@ def _hostname(hostname: str) -> str:
131134 "datacash" ,
132135 "dibs" ,
133136 "digital_river" ,
137+ "dlocal" ,
134138 "dotpay" ,
135139 "ebs" ,
136140 "ecomm365" ,
@@ -167,6 +171,7 @@ def _hostname(hostname: str) -> str:
167171 "nmi" ,
168172 "oceanpayment" ,
169173 "oney" ,
174+ "onpay" ,
170175 "openpaymx" ,
171176 "optimal_payments" ,
172177 "orangepay" ,
@@ -202,6 +207,7 @@ def _hostname(hostname: str) -> str:
202207 "rede" ,
203208 "redpagos" ,
204209 "rewardspay" ,
210+ "safecharge" ,
205211 "sagepay" ,
206212 "securetrading" ,
207213 "simplify_commerce" ,
You can’t perform that action at this time.
0 commit comments