mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat(connector): [ZSL] add connector template code (#4285)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: SamraatBansal <55536657+SamraatBansal@users.noreply.github.com>
This commit is contained in:
@ -1916,6 +1916,10 @@ pub(crate) fn validate_auth_and_metadata_type(
|
||||
zen::transformers::ZenAuthType::try_from(val)?;
|
||||
Ok(())
|
||||
}
|
||||
// api_enums::Connector::Zsl => {
|
||||
// zsl::transformers::ZslAuthType::try_from(val)?;
|
||||
// Ok(())
|
||||
// } Added as template code for future usage
|
||||
api_enums::Connector::Signifyd => {
|
||||
signifyd::transformers::SignifydAuthType::try_from(val)?;
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user