mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 11:24:45 +08:00
feat(connector): [Tokenex]Add external vault insert and retrieve flows (#9470)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -177,6 +177,7 @@ pub enum BillingConnectors {
|
||||
pub enum VaultConnectors {
|
||||
Vgs,
|
||||
HyperswitchVault,
|
||||
Tokenex,
|
||||
}
|
||||
|
||||
impl From<VaultConnectors> for Connector {
|
||||
@ -184,6 +185,7 @@ impl From<VaultConnectors> for Connector {
|
||||
match value {
|
||||
VaultConnectors::Vgs => Self::Vgs,
|
||||
VaultConnectors::HyperswitchVault => Self::HyperswitchVault,
|
||||
VaultConnectors::Tokenex => Self::Tokenex,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user