Skip to content

Commit

Permalink
Add ePayco to payment processor list
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jan 3, 2025
1 parent ae28bad commit a2b6667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ CHANGELOG
* The minFraud Factors subscores have been deprecated. They will be removed
in March 2025. Please see [our release notes](https://dev.maxmind.com/minfraud/release-notes/2024/#deprecation-of-risk-factor-scoressubscores)
for more information.
* Added `Epayco` to the `Processor` enum.

7.1.0-beta.1 (2024-09-06)
-------------------------
Expand Down
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export enum Processor {
Elavon = 'elavon',
Emerchantpay = 'emerchantpay',
Epay = 'epay',
Epayco = 'epayco',
EprocessingNetwork = 'eprocessing_network',
Epx = 'epx',
Eway = 'eway',
Expand Down

0 comments on commit a2b6667

Please sign in to comment.