Skip to content

Commit 1dcbd43

Browse files
authored
Merge pull request #56 from maxmind/greg/new-payment-processors
Add new payment processors
2 parents bc23a90 + 93569c4 commit 1dcbd43

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+
1.13.0
7+
+++++++++++++++++++
8+
9+
* Added the following new values to the ``/payment/processor`` validation:
10+
* ``cashfree``
11+
* ``first_atlantic_commerce``
12+
* ``komoju``
13+
* ``paytm``
14+
* ``razorpay``
15+
* ``systempay``
16+
617
1.12.1 (2020-06-17)
718
+++++++++++++++++++
819

minfraud/validation.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def _hostname(hostname):
122122
"bpoint",
123123
"braintree",
124124
"cardpay",
125+
"cashfree",
125126
"ccavenue",
126127
"ccnow",
127128
"cetelem",
@@ -153,6 +154,7 @@ def _hostname(hostname):
153154
"epx",
154155
"eway",
155156
"exact",
157+
"first_atlantic_commerce",
156158
"first_data",
157159
"g2a_pay",
158160
"global_payments",
@@ -165,6 +167,7 @@ def _hostname(hostname):
165167
"intuit_quickbooks_payments",
166168
"iugu",
167169
"klarna",
170+
"komoju",
168171
"lemon_way",
169172
"mastercard_payment_gateway",
170173
"mercadopago",
@@ -192,6 +195,7 @@ def _hostname(hostname):
192195
"payplus",
193196
"paysafecard",
194197
"paystation",
198+
"paytm",
195199
"paytrace",
196200
"paytrail",
197201
"payture",
@@ -206,6 +210,7 @@ def _hostname(hostname):
206210
"qiwi",
207211
"quickpay",
208212
"raberil",
213+
"razorpay",
209214
"rede",
210215
"redpagos",
211216
"rewardspay",
@@ -219,6 +224,7 @@ def _hostname(hostname):
219224
"sps_decidir",
220225
"stripe",
221226
"synapsefi",
227+
"systempay",
222228
"telerecargas",
223229
"towah",
224230
"transact_pro",

0 commit comments

Comments
 (0)