feat(connector): [Nexixpay] add Payment & Refunds flows for cards (#5864)

Co-authored-by: Mrudul Vajpayee <mrudul.vajpayee@mrudulvajpayee-XJWXCWP7HF.local>
Co-authored-by: Debarati <debarati.ghatak@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Mrudul Vajpayee
2024-10-02 21:34:37 +05:30
committed by GitHub
parent 3c500a1c85
commit 602f50b939
31 changed files with 1786 additions and 175 deletions

View File

@ -46,7 +46,6 @@ pub enum RoutingAlgorithm {
#[serde(rename_all = "snake_case")]
#[strum(serialize_all = "snake_case")]
pub enum Connector {
// Nexixpay,
Adyenplatform,
#[cfg(feature = "dummy_connector")]
#[serde(rename = "phonypay")]
@ -114,6 +113,7 @@ pub enum Connector {
Multisafepay,
Netcetera,
Nexinets,
Nexixpay,
Nmi,
Noon,
Novalnet,
@ -215,7 +215,6 @@ impl Connector {
| Self::DummyConnector7 => false,
Self::Aci
// Add Separate authentication support for connectors
// | Self::Nexixpay
// | Self::Fiuu
| Self::Adyen
| Self::Adyenplatform
@ -251,6 +250,7 @@ impl Connector {
| Self::Mollie
| Self::Multisafepay
| Self::Nexinets
| Self::Nexixpay
| Self::Novalnet
| Self::Nuvei
| Self::Opennode