mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(connector): integrate netcetera connector with pre authentication flow (#4293)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -100,6 +100,7 @@ pub enum Connector {
|
||||
Klarna,
|
||||
Mollie,
|
||||
Multisafepay,
|
||||
Netcetera,
|
||||
Nexinets,
|
||||
Nmi,
|
||||
Noon,
|
||||
@ -213,6 +214,7 @@ impl Connector {
|
||||
| Self::Plaid
|
||||
| Self::Riskified
|
||||
| Self::Threedsecureio
|
||||
| Self::Netcetera
|
||||
| Self::Cybersource
|
||||
| Self::Noon
|
||||
| Self::Stripe => false,
|
||||
@ -273,6 +275,7 @@ impl Connector {
|
||||
| Self::Threedsecureio
|
||||
| Self::Cybersource
|
||||
| Self::Noon
|
||||
| Self::Netcetera
|
||||
| Self::Stripe => false,
|
||||
Self::Checkout => true,
|
||||
}
|
||||
@ -296,6 +299,7 @@ impl Connector {
|
||||
#[strum(serialize_all = "snake_case")]
|
||||
pub enum AuthenticationConnectors {
|
||||
Threedsecureio,
|
||||
Netcetera,
|
||||
}
|
||||
|
||||
#[cfg(feature = "payouts")]
|
||||
|
||||
Reference in New Issue
Block a user