We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9b88b commit ac22206Copy full SHA for ac22206
CHANGELOG.md
@@ -4,6 +4,8 @@
4
5
* Ruby 2.7+ is now required. If you're using Ruby 2.5 or 2.6, please use
6
version 2.3.0 of this gem.
7
+* Added the processors `:pxp_financial` and `:trustpay` to
8
+ `Minfraud::Components::Payment`.
9
10
## v2.3.0 (2023-12-04)
11
lib/minfraud/components/payment.rb
@@ -134,6 +134,7 @@ class Payment < Base
134
posconnect
135
princeton_payment_solutions
136
psigate
137
+ pxp_financial
138
qiwi
139
quickpay
140
raberil
@@ -158,6 +159,7 @@ class Payment < Base
158
159
towah
160
transact_pro
161
trustly
162
+ trustpay
163
tsys
164
usa_epay
165
vantiv
0 commit comments