Skip to content

Commit 9c1f4ef

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 d2adb82 commit 9c1f4ef

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## v2.10.0
44

5+
* Added the processors `:banquest`, `:summit_payments`, and `:yaadpay` to
6+
`Minfraud::Components::Payment`.
57
* Unnecessary files were removed from the published .gem.
68

79
## v2.9.0 (2025-11-20)

lib/minfraud/components/payment.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class Payment < Base
4848
aps_payments
4949
authorizenet
5050
balanced
51+
banquest
5152
beanstream
5253
bluepay
5354
bluesnap
@@ -179,6 +180,7 @@ class Payment < Base
179180
solidtrust_pay
180181
sps_decidir
181182
stripe
183+
summit_payments
182184
synapsefi
183185
systempay
184186
telerecargas
@@ -198,6 +200,7 @@ class Payment < Base
198200
windcave
199201
wirecard
200202
worldpay
203+
yaadpay
201204
]
202205

203206
# The authorization outcome from the payment processor. If the

0 commit comments

Comments
 (0)