mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
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:
@ -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(())
|
||||
|
||||
Reference in New Issue
Block a user