Skip to content

Commit b712dd3

Browse files
authored
Merge pull request #242 from maxmind/greg/eng-3738
Add banquest, summit_payments, and yaadpay payment processors
2 parents 5c56291 + e5a045f commit b712dd3

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
3.6.0
5+
------------------
6+
7+
* Added `banquest`, `summit_payments`, and `yaadpay` to the payment processor
8+
validation.
9+
410
3.5.0 (2025-11-20)
511
------------------
612

src/MinFraud.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,7 @@ public function withPayment(
844844
'aps_payments',
845845
'authorizenet',
846846
'balanced',
847+
'banquest',
847848
'beanstream',
848849
'bluepay',
849850
'bluesnap',
@@ -975,6 +976,7 @@ public function withPayment(
975976
'solidtrust_pay',
976977
'sps_decidir',
977978
'stripe',
979+
'summit_payments',
978980
'synapsefi',
979981
'systempay',
980982
'telerecargas',
@@ -994,6 +996,7 @@ public function withPayment(
994996
'windcave',
995997
'wirecard',
996998
'worldpay',
999+
'yaadpay',
9971000
], true)) {
9981001
$this->maybeThrowInvalidInputException("$processor is not a valid payment processor");
9991002
}

0 commit comments

Comments
 (0)