File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v2.1.0
4+
5+ * Adds the following new processor to ` Minfraud::Components::Payment ` :
6+ * ` :windcave `
7+
38## v2.0.0 (2021-12-06)
49
510* Breaking change from 1.x: Removed deprecated methods
6065
6166## v1.5.0 (2021-02-02)
6267
63- * Add the ` hash_address ` attribute to ` Minfraud::Components::Email ` . If
68+ * Adds the ` hash_address ` attribute to ` Minfraud::Components::Email ` . If
6469 this is ` true ` , the MD5 hash of the ` address ` will be sent instead of the
6570 plain text ` address ` . Use this if you prefer to send the hash of the
6671 ` address ` rather than the plain text. Note that this normalizes the
7075 input is set but the ` domain ` is not.
7176* Adds new payment processors ` :apple_pay ` and ` :aps_payments ` to
7277 ` Minfraud::Components::Payment ` .
73- * Added support for the IP address risk reasons in the minFraud Insights
78+ * Adds support for the IP address risk reasons in the minFraud Insights
7479 and Factors responses. This is available at ` .ip_address.risk_reasons ` .
7580 It is an array of ` IPRiskReason ` objects.
7681
8489
8590* IMPORTANT: Ruby 2.0 is no longer supported. If you're using Ruby 2.0,
8691 please use version 1.3.0.
87- * Add handling for the ` REQUEST_INVALID ` error code.
92+ * Adds handling for the ` REQUEST_INVALID ` error code.
8893* The IP address is no longer a required input.
8994* Adds new payment processor ` :tsys ` to ` Minfraud::Components::Payment ` .
9095
Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ class Payment < Base
164164 virtual_card_services
165165 vme
166166 vpos
167+ windcave
167168 wirecard
168169 worldpay
169170 ]
You can’t perform that action at this time.
0 commit comments