feat(connector): [HELCIM] Implement Cards for Helcim (#2210)

This commit is contained in:
DEEPANSHU BANSAL
2023-10-13 18:14:12 +05:30
committed by GitHub
parent be80a14c5d
commit b5feab61d9
17 changed files with 1208 additions and 133 deletions

View File

@ -1365,6 +1365,10 @@ pub(crate) fn validate_auth_and_metadata_type(
gocardless::transformers::GocardlessAuthType::try_from(val)?;
Ok(())
}
api_enums::Connector::Helcim => {
helcim::transformers::HelcimAuthType::try_from(val)?;
Ok(())
}
api_enums::Connector::Iatapay => {
iatapay::transformers::IatapayAuthType::try_from(val)?;
Ok(())