mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(connector): add support for external authentication for cybersource (#4714)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -244,10 +244,9 @@ impl Connector {
|
||||
| Self::Riskified
|
||||
| Self::Threedsecureio
|
||||
| Self::Netcetera
|
||||
| Self::Cybersource
|
||||
| Self::Noon
|
||||
| Self::Stripe => false,
|
||||
Self::Checkout | Self::Nmi => true,
|
||||
Self::Checkout | Self::Nmi| Self::Cybersource => true,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user