feat(connector): [Gocardless] add boilerplate code (#2179)

This commit is contained in:
Arjun Karthik
2023-09-18 15:10:07 +05:30
committed by GitHub
parent b3d5d3b3dc
commit 6a64180617
17 changed files with 1249 additions and 7 deletions

View File

@ -1302,6 +1302,10 @@ pub(crate) fn validate_auth_type(
globepay::transformers::GlobepayAuthType::try_from(val)?;
Ok(())
}
/*api_enums::Connector::Gocardless => {
gocardless::transformers::GocardlessAuthType::try_from(val)?;
Ok(())
}*/
api_enums::Connector::Iatapay => {
iatapay::transformers::IatapayAuthType::try_from(val)?;
Ok(())