mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
feat(connector): [FISERVEMEA] Integrate cards (#5672)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1351,6 +1351,10 @@ impl<'a> ConnectorAuthTypeAndMetadataValidation<'a> {
|
||||
fiserv::transformers::FiservSessionObject::try_from(self.connector_meta_data)?;
|
||||
Ok(())
|
||||
}
|
||||
api_enums::Connector::Fiservemea => {
|
||||
fiservemea::transformers::FiservemeaAuthType::try_from(self.auth_type)?;
|
||||
Ok(())
|
||||
}
|
||||
api_enums::Connector::Forte => {
|
||||
forte::transformers::ForteAuthType::try_from(self.auth_type)?;
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user