Skip to content

Commit f6cae1b

Browse files
committed
Add payment processor
1 parent 7122886 commit f6cae1b

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
@@ -4,6 +4,7 @@
44

55
* Added the processor `:shopify_payments` to `Minfraud::Components::Payment`.
66
* Added the processor `:google_pay` to `Minfraud::Components::Payment`.
7+
* Added the processor `:placetopay` to `Minfraud::Components::Payment`.
78

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

lib/minfraud/components/payment.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ class Payment < Base
130130
payway
131131
payza
132132
pinpayments
133+
placetopay
133134
posconnect
134135
princeton_payment_solutions
135136
psigate

0 commit comments

Comments
 (0)