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.6.0
7+ ++++++++++++++++++
8+
9+ * Added the following new values to the ``/payment/processor `` validation:
10+ * ``boacompra ``
11+ * ``boku ``
12+ * ``coregateway ``
13+ * ``fiserv ``
14+ * ``neopay ``
15+ * ``neosurf ``
16+ * ``openbucks ``
17+ * ``paysera ``
18+ * ``payvision ``
19+ * ``trustly ``
20+
6212.5.0 (2021-09-20)
722++++++++++++++++++
823
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ def _hostname(hostname: str) -> str:
107107 "beanstream" ,
108108 "bluepay" ,
109109 "bluesnap" ,
110+ "boacompra" ,
111+ "boku" ,
110112 "bpoint" ,
111113 "braintree" ,
112114 "cardknox" ,
@@ -123,6 +125,7 @@ def _hostname(hostname: str) -> str:
123125 "compropago" ,
124126 "concept_payments" ,
125127 "conekta" ,
128+ "coregateway" ,
126129 "creditguard" ,
127130 "credorax" ,
128131 "ct_payments" ,
@@ -149,6 +152,7 @@ def _hostname(hostname: str) -> str:
149152 "exact" ,
150153 "first_atlantic_commerce" ,
151154 "first_data" ,
155+ "fiserv" ,
152156 "g2a_pay" ,
153157 "global_payments" ,
154158 "gocardless" ,
@@ -169,10 +173,13 @@ def _hostname(hostname: str) -> str:
169173 "mirjeh" ,
170174 "mollie" ,
171175 "moneris_solutions" ,
176+ "neopay" ,
177+ "neosurf" ,
172178 "nmi" ,
173179 "oceanpayment" ,
174180 "oney" ,
175181 "onpay" ,
182+ "openbucks" ,
176183 "openpaymx" ,
177184 "optimal_payments" ,
178185 "orangepay" ,
@@ -188,13 +195,15 @@ def _hostname(hostname: str) -> str:
188195 "paypal" ,
189196 "payplus" ,
190197 "paysafecard" ,
198+ "paysera" ,
191199 "paystation" ,
192200 "paytm" ,
193201 "paytrace" ,
194202 "paytrail" ,
195203 "payture" ,
196204 "payu" ,
197205 "payulatam" ,
206+ "payvision" ,
198207 "payway" ,
199208 "payza" ,
200209 "pinpayments" ,
@@ -223,6 +232,7 @@ def _hostname(hostname: str) -> str:
223232 "telerecargas" ,
224233 "towah" ,
225234 "transact_pro" ,
235+ "trustly" ,
226236 "tsys" ,
227237 "usa_epay" ,
228238 "vantiv" ,
You can’t perform that action at this time.
0 commit comments