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:
Hrithikesh
2024-05-29 19:08:06 +05:30
committed by GitHub
parent 0f7f3d9e74
commit 97f2ff0e70
16 changed files with 144 additions and 10 deletions

View File

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