Skip to content

Commit 8b78a54

Browse files
authored
Merge pull request #1364 from maxmind/greg/new-payment-processors
Add new payment processor
2 parents 6ea304b + 073dc55 commit 8b78a54

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
@@ -12,6 +12,7 @@ CHANGELOG
1212
the respective phone numbers. Please see [our developer
1313
site](https://dev.maxmind.com/minfraud/api-documentation/responses/) for
1414
more information.
15+
* Added `Payconex` to the `Processor` enum.
1516

1617
6.1.0 (2024-04-16)
1718
------------------

src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export enum Processor {
110110
Orangepay = 'orangepay',
111111
Other = 'other',
112112
PacnetServices = 'pacnet_services',
113+
Payconex = 'payconex',
113114
Payeezy = 'payeezy',
114115
Payfast = 'payfast',
115116
Paygate = 'paygate',

0 commit comments

Comments
 (0)