Skip to content

Commit e189afe

Browse files
authored
Merge pull request #1715 from maxmind/greg/eng-2362
Add SecurePay to the payment processor list
2 parents 8599a71 + 2a53aac commit e189afe

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.2.0
5+
------------------
6+
7+
* Added `Securepay` to the `Processor` enum.
8+
49
8.1.0 (2025-05-23)
510
------------------
611

src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export enum Processor {
149149
Rewardspay = 'rewardspay',
150150
Safecharge = 'safecharge',
151151
Sagepay = 'sagepay',
152+
Securepay = 'securepay',
152153
Securetrading = 'securetrading',
153154
ShopifyPayments = 'shopify_payments',
154155
SimplifyCommerce = 'simplify_commerce',

0 commit comments

Comments
 (0)