Skip to content

Commit b9b39d0

Browse files
oschwaldclaude
andcommitted
Add banquest, summit_payments, and yaadpay payment processors
ENG-3738 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 407812b commit b9b39d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)