mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
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:
@ -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(())
|
||||
|
||||
Reference in New Issue
Block a user