Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
History
-------

2.6.0
++++++++++++++++++

* Added the following new values to the ``/payment/processor`` validation:
* ``boacompra``
* ``boku``
* ``coregateway``
* ``fiserv``
* ``neopay``
* ``neosurf``
* ``openbucks``
* ``paysera``
* ``payvision``
* ``trustly``

2.5.0 (2021-09-20)
++++++++++++++++++

Expand Down
10 changes: 10 additions & 0 deletions minfraud/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ def _hostname(hostname: str) -> str:
"beanstream",
"bluepay",
"bluesnap",
"boacompra",
"boku",
"bpoint",
"braintree",
"cardknox",
Expand All @@ -123,6 +125,7 @@ def _hostname(hostname: str) -> str:
"compropago",
"concept_payments",
"conekta",
"coregateway",
"creditguard",
"credorax",
"ct_payments",
Expand All @@ -149,6 +152,7 @@ def _hostname(hostname: str) -> str:
"exact",
"first_atlantic_commerce",
"first_data",
"fiserv",
"g2a_pay",
"global_payments",
"gocardless",
Expand All @@ -169,10 +173,13 @@ def _hostname(hostname: str) -> str:
"mirjeh",
"mollie",
"moneris_solutions",
"neopay",
"neosurf",
"nmi",
"oceanpayment",
"oney",
"onpay",
"openbucks",
"openpaymx",
"optimal_payments",
"orangepay",
Expand All @@ -188,13 +195,15 @@ def _hostname(hostname: str) -> str:
"paypal",
"payplus",
"paysafecard",
"paysera",
"paystation",
"paytm",
"paytrace",
"paytrail",
"payture",
"payu",
"payulatam",
"payvision",
"payway",
"payza",
"pinpayments",
Expand Down Expand Up @@ -223,6 +232,7 @@ def _hostname(hostname: str) -> str:
"telerecargas",
"towah",
"transact_pro",
"trustly",
"tsys",
"usa_epay",
"vantiv",
Expand Down