feat(connector): [Placetopay] Add Connector Template Code (#3084)

Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
chikke srujan
2023-12-12 15:03:21 +05:30
committed by GitHub
parent ab84f76e04
commit a7b688aac7
21 changed files with 1256 additions and 7 deletions

View File

@ -1795,6 +1795,10 @@ pub(crate) fn validate_auth_and_metadata_type(
payu::transformers::PayuAuthType::try_from(val)?;
Ok(())
}
api_enums::Connector::Placetopay => {
placetopay::transformers::PlacetopayAuthType::try_from(val)?;
Ok(())
}
api_enums::Connector::Powertranz => {
powertranz::transformers::PowertranzAuthType::try_from(val)?;
Ok(())