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 78450cb commit 642a318Copy full SHA for 642a318
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v2.1.0
4
+
5
+* Adds the following new processor to `Minfraud::Components::Payment`:
6
+ * `:windcave`
7
8
## v2.0.0 (2021-12-06)
9
10
* Breaking change from 1.x: Removed deprecated methods
lib/minfraud/components/payment.rb
@@ -164,6 +164,7 @@ class Payment < Base
164
virtual_card_services
165
vme
166
vpos
167
+ windcave
168
wirecard
169
worldpay
170
]
0 commit comments