Skip to content

Commit 4ef0dc3

Browse files
authored
Merge pull request #82 from maxmind/horgh/payment-processors
Update payment processors
2 parents 7122886 + d6f1b8f commit 4ef0dc3

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
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

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2016-2020 kushnir.yb
4-
Copyright (c) 2020-2022 MaxMind, Inc.
4+
Copyright (c) 2020-2023 MaxMind, Inc.
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ This API uses [Semantic Versioning](https://semver.org/).
283283
284284
Copyright (c) 2016-2020 kushnir.yb.
285285
286-
Copyright (c) 2020-2022 MaxMind, Inc.
286+
Copyright (c) 2020-2023 MaxMind, Inc.
287287
288288
The gem is available as open source under the terms of the [MIT
289289
License](https://opensource.org/licenses/MIT).

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)