From d2d55ab17809ce1e7a5bc055d7c88068973a0612 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 6 Jan 2026 14:39:22 -0800 Subject: [PATCH] Add banquest, summit_payments, and yaadpay payment processors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ENG-3738 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 5 +++++ src/constants.ts | 3 +++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7871da75..03676120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +8.3.0 +------------------ + +* Added `Banquest`, `SummitPayments`, and `Yaadpay` to the `Processor` enum. + 8.2.1 (2025-11-25) ------------------ diff --git a/src/constants.ts b/src/constants.ts index fd4c5983..01c0b42d 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -49,6 +49,7 @@ export enum Processor { ApsPayments = 'aps_payments', Authorizenet = 'authorizenet', Balanced = 'balanced', + Banquest = 'banquest', Beanstream = 'beanstream', Bluepay = 'bluepay', Bluesnap = 'bluesnap', @@ -180,6 +181,7 @@ export enum Processor { SolidtrustPay = 'solidtrust_pay', SpsDecidir = 'sps_decidir', Stripe = 'stripe', + SummitPayments = 'summit_payments', Synapsefi = 'synapsefi', Systempay = 'systempay', Telerecargas = 'telerecargas', @@ -199,6 +201,7 @@ export enum Processor { Windcave = 'windcave', Wirecard = 'wirecard', Worldpay = 'worldpay', + Yaadpay = 'yaadpay', } export enum Tag {