We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51968c2 commit 2a53aacCopy full SHA for 2a53aac
CHANGELOG.md
@@ -1,6 +1,11 @@
1
CHANGELOG
2
=========
3
4
+8.2.0
5
+------------------
6
+
7
+* Added `Securepay` to the `Processor` enum.
8
9
8.1.0 (2025-05-23)
10
------------------
11
src/constants.ts
@@ -149,6 +149,7 @@ export enum Processor {
149
Rewardspay = 'rewardspay',
150
Safecharge = 'safecharge',
151
Sagepay = 'sagepay',
152
+ Securepay = 'securepay',
153
Securetrading = 'securetrading',
154
ShopifyPayments = 'shopify_payments',
155
SimplifyCommerce = 'simplify_commerce',
0 commit comments