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:
awasthi21
2024-09-04 19:53:22 +05:30
committed by GitHub
parent 6d782f317c
commit ed0d816248
20 changed files with 1516 additions and 293 deletions

View File

@ -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(())