feat(connector): integrate netcetera connector with pre authentication flow (#4293)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Hrithikesh
2024-04-16 15:54:06 +05:30
committed by GitHub
parent 00340a3369
commit d4dbaadb06
31 changed files with 1074 additions and 16 deletions

View File

@ -1824,6 +1824,10 @@ pub(crate) fn validate_auth_and_metadata_type(
multisafepay::transformers::MultisafepayAuthType::try_from(val)?;
Ok(())
}
api_enums::Connector::Netcetera => {
netcetera::transformers::NetceteraAuthType::try_from(val)?;
Ok(())
}
api_enums::Connector::Nexinets => {
nexinets::transformers::NexinetsAuthType::try_from(val)?;
Ok(())