Skip to content

Commit 4ad7b86

Browse files
authored
Merge pull request #77 from maxmind/greg/new-payment-processor
Add Shopify Payments
2 parents a754ca4 + 2df1559 commit 4ad7b86

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v2.3.0
4+
5+
* Added the processor `:shopify_payments` to `Minfraud::Components::Payment`.
6+
37
## v2.2.0 (2022-03-28)
48

59
* Added the input `/credit_card/country`. This is the country where the

lib/minfraud/components/payment.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ class Payment < Base
142142
safecharge
143143
sagepay
144144
securetrading
145+
shopify_payments
145146
simplify_commerce
146147
skrill
147148
smartcoin

0 commit comments

Comments
 (0)