Skip to content

Commit 12f009d

Browse files
authored
Merge pull request #80 from maxmind/horgh/payment-processors
Add google_pay to payment processors
2 parents 15b8fdb + 4095a33 commit 12f009d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## v2.3.0
44

55
* Added the processor `:shopify_payments` to `Minfraud::Components::Payment`.
6+
* Added the processor `:google_pay` to `Minfraud::Components::Payment`.
67

78
## v2.2.0 (2022-03-28)
89

lib/minfraud/components/payment.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class Payment < Base
7878
g2a_pay
7979
global_payments
8080
gocardless
81+
google_pay
8182
heartland
8283
hipay
8384
ingenico

0 commit comments

Comments
 (0)