mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
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:
@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user