Skip to content

Commit 8edc118

Browse files
authored
Merge pull request #263 from maxmind/horgh/payment-processors
Update payment processors
2 parents ef34f05 + cdb399d commit 8edc118

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
3.1.0
5+
------------------
6+
7+
* Added `PLACETOPAY` to the `Payment.Processor` enum.
8+
49
3.0.0 (2022-12-12)
510
------------------
611

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,6 @@ This API uses [Semantic Versioning](https://semver.org/).
286286

287287
## Copyright and License ##
288288

289-
This software is Copyright (c) 2015-2022 by MaxMind, Inc.
289+
This software is Copyright (c) 2015-2023 by MaxMind, Inc.
290290

291291
This is free software, licensed under the Apache License, Version 2.0.

src/main/java/com/maxmind/minfraud/request/Payment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ public enum Processor {
210210
PAYWAY,
211211
PAYZA,
212212
PINPAYMENTS,
213+
PLACETOPAY,
213214
POSCONNECT,
214215
PRINCETON_PAYMENT_SOLUTIONS,
215216
PSIGATE,

0 commit comments

Comments
 (0)