Skip to content

Commit f086267

Browse files
authored
Merge pull request #71 from maxmind/greg/new-payment-processor
Add new payment processor
2 parents 78450cb + 00e3eb0 commit f086267

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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
@@ -60,7 +65,7 @@
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
@@ -70,7 +75,7 @@
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

@@ -84,7 +89,7 @@
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

lib/minfraud/components/payment.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ class Payment < Base
164164
virtual_card_services
165165
vme
166166
vpos
167+
windcave
167168
wirecard
168169
worldpay
169170
]

0 commit comments

Comments
 (0)