feat(connector): [NEXIXPAY] Add template code (#5684)

Co-authored-by: Mrudul Vajpayee <mrudul.vajpayee@mrudulvajpayee-XJWXCWP7HF.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
mrudul4935
2024-08-28 13:06:35 +05:30
committed by GitHub
parent f024ffbdb8
commit 303684d1ec
25 changed files with 1304 additions and 8 deletions

View File

@ -47,6 +47,7 @@ pub enum RoutingAlgorithm {
#[strum(serialize_all = "snake_case")]
pub enum Connector {
// Novalnet,
// Nexixpay,
// Fiservemea,
Adyenplatform,
#[cfg(feature = "dummy_connector")]
@ -211,6 +212,7 @@ impl Connector {
Self::Aci
// Add Separate authentication support for connectors
// | Self::Novalnet
// | Self::Nexixpay
// | Self::Taxjar
// | Self::Fiservemea
| Self::Adyen