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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## v2.10.0

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

## v2.9.0 (2025-11-20)
Expand Down
3 changes: 3 additions & 0 deletions lib/minfraud/components/payment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class Payment < Base
aps_payments
authorizenet
balanced
banquest
beanstream
bluepay
bluesnap
Expand Down Expand Up @@ -179,6 +180,7 @@ class Payment < Base
solidtrust_pay
sps_decidir
stripe
summit_payments
synapsefi
systempay
telerecargas
Expand All @@ -198,6 +200,7 @@ class Payment < Base
windcave
wirecard
worldpay
yaadpay
]

# The authorization outcome from the payment processor. If the
Expand Down