Skip to content

Commit fecd188

Browse files
authored
Merge pull request #1610 from maxmind/horgh/payment-processors
Add payment processor
2 parents 1643e7d + 54cb534 commit fecd188

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-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+
8.1.0
5+
------------------
6+
7+
* Added `Cryptomus` to the `Processor` enum.
8+
49
8.0.0 (2025-02-10)
510
------------------
611

src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export enum Processor {
5252
Coregateway = 'coregateway',
5353
Creditguard = 'creditguard',
5454
Credorax = 'credorax',
55+
Cryptomus = 'cryptomus',
5556
CtPayments = 'ct_payments',
5657
Cuentadigital = 'cuentadigital',
5758
Curopayments = 'curopayments',

0 commit comments

Comments
 (0)