Skip to content

Commit 65860fd

Browse files
authored
Merge pull request #1236 from maxmind/horgh/payment-processors
Add new payment processors
2 parents 8bce6f2 + 571a0f7 commit 65860fd

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

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+
6.1.0
5+
------------------
6+
7+
* Added `PxpFinancial` and `Trustpay` to the `Processor` enum.
8+
49
6.0.0 (2023-12-05)
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) 2019-2023 by MaxMind, Inc.
289+
This software is Copyright (c) 2019-2024 by MaxMind, Inc.
290290

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

src/constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ export enum Processor {
136136
Posconnect = 'posconnect',
137137
PrincetonPaymentSolutions = 'princeton_payment_solutions',
138138
Psigate = 'psigate',
139+
PxpFinancial = 'pxp_financial',
139140
Qiwi = 'qiwi',
140141
Quickpay = 'quickpay',
141142
Raberil = 'raberil',
@@ -160,6 +161,7 @@ export enum Processor {
160161
Towah = 'towah',
161162
TransactPro = 'transact_pro',
162163
Trustly = 'trustly',
164+
Trustpay = 'trustpay',
163165
Tsys = 'tsys',
164166
UsaEpay = 'usa_epay',
165167
Vantiv = 'vantiv',

0 commit comments

Comments
 (0)