feat(connector): [billwerk] add connector template code (#4123)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
SamraatBansal
2024-03-27 13:37:49 +05:30
committed by GitHub
parent 929848f871
commit 37be05d31d
20 changed files with 1321 additions and 39 deletions

View File

@ -1739,6 +1739,10 @@ pub(crate) fn validate_auth_and_metadata_type(
bankofamerica::transformers::BankOfAmericaAuthType::try_from(val)?;
Ok(())
}
// api_enums::Connector::Billwerk => {
// billwerk::transformers::BillwerkAuthType::try_from(val)?;
// Ok(())
// } Added as template code for future usage
api_enums::Connector::Bitpay => {
bitpay::transformers::BitpayAuthType::try_from(val)?;
Ok(())