Skip to content

Commit 07c6882

Browse files
authored
Merge pull request #286 from maxmind/greg/eng-3738
Add banquest, summit_payments, and yaadpay payment processors
2 parents 407812b + d676e71 commit 07c6882

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

HISTORY.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ History
66
3.3.0
77
++++++++++++++++++
88

9+
* Added ``banquest``, ``summit_payments``, and ``yaadpay`` to the
10+
``/payment/processor`` validation.
911
* The version is now retrieved from package metadata at runtime using
1012
``importlib.metadata``. This reduces the chance of version inconsistencies
1113
during releases.

src/minfraud/validation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def _hostname(hostname: str) -> str:
126126
"aps_payments",
127127
"authorizenet",
128128
"balanced",
129+
"banquest",
129130
"beanstream",
130131
"bluepay",
131132
"bluesnap",
@@ -257,6 +258,7 @@ def _hostname(hostname: str) -> str:
257258
"solidtrust_pay",
258259
"sps_decidir",
259260
"stripe",
261+
"summit_payments",
260262
"synapsefi",
261263
"systempay",
262264
"telerecargas",
@@ -276,6 +278,7 @@ def _hostname(hostname: str) -> str:
276278
"windcave",
277279
"wirecard",
278280
"worldpay",
281+
"yaadpay",
279282
],
280283
)
281284

0 commit comments

Comments
 (0)