feat(connector): [Gocardless] add support for Ach, Sepa, Becs payment methods (#2180)

This commit is contained in:
Arjun Karthik
2023-09-20 18:45:10 +05:30
committed by GitHub
parent 0a65e8f925
commit 3efce9013d
18 changed files with 1320 additions and 292 deletions

View File

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