mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user