mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(connector): [NMI] External 3DS flow for Cards (#4385)
This commit is contained in:
@ -189,7 +189,6 @@ impl Connector {
|
||||
| Self::Mollie
|
||||
| Self::Multisafepay
|
||||
| Self::Nexinets
|
||||
| Self::Nmi
|
||||
| Self::Nuvei
|
||||
| Self::Opennode
|
||||
| Self::Payme
|
||||
@ -218,7 +217,7 @@ impl Connector {
|
||||
| Self::Cybersource
|
||||
| Self::Noon
|
||||
| Self::Stripe => false,
|
||||
Self::Checkout => true,
|
||||
Self::Checkout | Self::Nmi => true,
|
||||
}
|
||||
#[cfg(not(feature = "dummy_connector"))]
|
||||
match self {
|
||||
|
||||
Reference in New Issue
Block a user