Skip to content

Commit 8b4f701

Browse files
committed
Add new payment processors
1 parent 0f4c304 commit 8b4f701

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

HISTORY.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
617
2.3.1 (2021-02-12)
718
++++++++++++++++++
819

minfraud/validation.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)