Skip to content

Commit 571a0f7

Browse files
committed
Add new payment processors
1 parent 6bc287f commit 571a0f7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
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

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)