fix(router): pass card network for external 3DS from additional_payment_method_data (#7473)

This commit is contained in:
Sakil Mostak
2025-03-11 19:50:42 +05:30
committed by GitHub
parent 18db67c755
commit 5cdfe83254
6 changed files with 61 additions and 27 deletions

View File

@ -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,
}
}