mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
Feat(connector): [Fiuu] Add Card Flows (#5786)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1317,6 +1317,10 @@ impl<'a> ConnectorAuthTypeAndMetadataValidation<'a> {
|
||||
fiservemea::transformers::FiservemeaAuthType::try_from(self.auth_type)?;
|
||||
Ok(())
|
||||
}
|
||||
api_enums::Connector::Fiuu => {
|
||||
fiuu::transformers::FiuuAuthType::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