feat(connector): implement authentication flow for netcetera (#4334)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Hrithikesh
2024-04-23 15:47:53 +05:30
committed by GitHub
parent b67e07fb9e
commit 5ce0535bb6
10 changed files with 2092 additions and 37 deletions

View File

@ -1826,6 +1826,7 @@ pub(crate) fn validate_auth_and_metadata_type(
}
api_enums::Connector::Netcetera => {
netcetera::transformers::NetceteraAuthType::try_from(val)?;
netcetera::transformers::NetceteraMetaData::try_from(connector_meta_data)?;
Ok(())
}
api_enums::Connector::Nexinets => {