feat(connector): [FISERVEMEA] Integrate cards (#5672)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
DEEPANSHU BANSAL
2024-08-28 15:16:32 +05:30
committed by GitHub
parent 150094fd92
commit 32dd3f97ad
23 changed files with 1008 additions and 183 deletions

View File

@ -48,7 +48,6 @@ pub enum RoutingAlgorithm {
pub enum Connector {
// Novalnet,
// Nexixpay,
// Fiservemea,
Adyenplatform,
#[cfg(feature = "dummy_connector")]
#[serde(rename = "phonypay")]
@ -99,6 +98,7 @@ pub enum Connector {
Dlocal,
Ebanx,
Fiserv,
Fiservemea,
Forte,
Globalpay,
Globepay,
@ -214,7 +214,6 @@ impl Connector {
// | Self::Novalnet
// | Self::Nexixpay
// | Self::Taxjar
// | Self::Fiservemea
| Self::Adyen
| Self::Adyenplatform
| Self::Airwallex
@ -233,6 +232,7 @@ impl Connector {
| Self::Dlocal
| Self::Ebanx
| Self::Fiserv
| Self::Fiservemea
| Self::Forte
| Self::Globalpay
| Self::Globepay