mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(connector): [FISERVEMEA] Add template code (#5583)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -46,6 +46,7 @@ pub enum RoutingAlgorithm {
|
||||
#[serde(rename_all = "snake_case")]
|
||||
#[strum(serialize_all = "snake_case")]
|
||||
pub enum Connector {
|
||||
// Fiservemea,
|
||||
Adyenplatform,
|
||||
#[cfg(feature = "dummy_connector")]
|
||||
#[serde(rename = "phonypay")]
|
||||
@ -207,6 +208,7 @@ impl Connector {
|
||||
| Self::DummyConnector7 => false,
|
||||
Self::Aci
|
||||
// Add Separate authentication support for connectors
|
||||
// | Self::Fiservemea
|
||||
| Self::Adyen
|
||||
| Self::Adyenplatform
|
||||
| Self::Airwallex
|
||||
|
||||
Reference in New Issue
Block a user