mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat(connector): add threedsecureio three_ds authentication connector (#4004)
Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
41556baed9
commit
06c30967cf
@ -1922,6 +1922,10 @@ pub(crate) fn validate_auth_and_metadata_type(
|
||||
PlaidAuthType::foreign_try_from(val)?;
|
||||
Ok(())
|
||||
}
|
||||
api_enums::Connector::Threedsecureio => {
|
||||
threedsecureio::transformers::ThreedsecureioAuthType::try_from(val)?;
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user