mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
feat(connector): [VOLT] Implement payment flows and bank redirect payment method (#2582)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
This commit is contained in:
@ -1502,6 +1502,10 @@ pub(crate) fn validate_auth_and_metadata_type(
|
||||
tsys::transformers::TsysAuthType::try_from(val)?;
|
||||
Ok(())
|
||||
}
|
||||
api_enums::Connector::Volt => {
|
||||
volt::transformers::VoltAuthType::try_from(val)?;
|
||||
Ok(())
|
||||
}
|
||||
api_enums::Connector::Wise => {
|
||||
wise::transformers::WiseAuthType::try_from(val)?;
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user