mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
fix(router): pass card network for external 3DS from additional_payment_method_data (#7473)
This commit is contained in:
@ -443,8 +443,9 @@ impl Connector {
|
||||
| Self::Netcetera
|
||||
| Self::CtpMastercard
|
||||
| Self::Noon
|
||||
| Self::Stripe => false,
|
||||
Self::Checkout | Self::Nmi |Self::Datatrans|Self::Cybersource => true,
|
||||
| Self::Stripe
|
||||
| Self::Datatrans => false,
|
||||
Self::Checkout | Self::Nmi |Self::Cybersource => true,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user