feat(connector): [DATATRANS] Add Support for External 3DS (#7226)

This commit is contained in:
awasthi21
2025-02-10 03:03:23 +05:30
committed by GitHub
parent df328c5e52
commit 45882bdb76
3 changed files with 47 additions and 11 deletions

View File

@ -416,12 +416,11 @@ impl Connector {
| Self::Razorpay
| Self::Riskified
| Self::Threedsecureio
| Self::Datatrans
| Self::Netcetera
| Self::CtpMastercard
| Self::Noon
| Self::Stripe => false,
Self::Checkout | Self::Nmi | Self::Cybersource => true,
Self::Checkout | Self::Nmi |Self::Datatrans|Self::Cybersource => true,
}
}