mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +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:
@ -160,7 +160,6 @@ pub enum AttemptStatus {
|
||||
#[strum(serialize_all = "snake_case")]
|
||||
/// Connectors eligible for payments routing
|
||||
pub enum RoutableConnectors {
|
||||
// Nexixpay,
|
||||
Adyenplatform,
|
||||
#[cfg(feature = "dummy_connector")]
|
||||
#[serde(rename = "phonypay")]
|
||||
@ -226,6 +225,7 @@ pub enum RoutableConnectors {
|
||||
Mollie,
|
||||
Multisafepay,
|
||||
Nexinets,
|
||||
Nexixpay,
|
||||
Nmi,
|
||||
Noon,
|
||||
Novalnet,
|
||||
|
||||
Reference in New Issue
Block a user