File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 8.3.0
5+ ------------------
6+
7+ * Added ` Banquest ` , ` SummitPayments ` , and ` Yaadpay ` to the ` Processor ` enum.
8+
498.2.1 (2025-11-25)
510------------------
611
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ export enum Processor {
4949 ApsPayments = 'aps_payments' ,
5050 Authorizenet = 'authorizenet' ,
5151 Balanced = 'balanced' ,
52+ Banquest = 'banquest' ,
5253 Beanstream = 'beanstream' ,
5354 Bluepay = 'bluepay' ,
5455 Bluesnap = 'bluesnap' ,
@@ -180,6 +181,7 @@ export enum Processor {
180181 SolidtrustPay = 'solidtrust_pay' ,
181182 SpsDecidir = 'sps_decidir' ,
182183 Stripe = 'stripe' ,
184+ SummitPayments = 'summit_payments' ,
183185 Synapsefi = 'synapsefi' ,
184186 Systempay = 'systempay' ,
185187 Telerecargas = 'telerecargas' ,
@@ -199,6 +201,7 @@ export enum Processor {
199201 Windcave = 'windcave' ,
200202 Wirecard = 'wirecard' ,
201203 Worldpay = 'worldpay' ,
204+ Yaadpay = 'yaadpay' ,
202205}
203206
204207export enum Tag {
You can’t perform that action at this time.
0 commit comments