mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(tokenio): Add Template PR (#8095)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -140,6 +140,7 @@ pub enum RoutableConnectors {
|
||||
// Taxjar,
|
||||
Trustpay,
|
||||
// Thunes
|
||||
// Tokenio,
|
||||
// Tsys,
|
||||
Tsys,
|
||||
// UnifiedAuthenticationService,
|
||||
@ -294,6 +295,7 @@ pub enum Connector {
|
||||
Stripebilling,
|
||||
Taxjar,
|
||||
Threedsecureio,
|
||||
// Tokenio,
|
||||
//Thunes,
|
||||
Trustpay,
|
||||
Tsys,
|
||||
@ -457,6 +459,7 @@ impl Connector {
|
||||
| Self::Taxjar
|
||||
// | Self::Thunes
|
||||
| Self::Trustpay
|
||||
// | Self::Tokenio
|
||||
| Self::Tsys
|
||||
// | Self::UnifiedAuthenticationService
|
||||
| Self::Vgs
|
||||
@ -614,6 +617,7 @@ impl From<RoutableConnectors> for Connector {
|
||||
RoutableConnectors::Stripe => Self::Stripe,
|
||||
RoutableConnectors::Stripebilling => Self::Stripebilling,
|
||||
RoutableConnectors::Trustpay => Self::Trustpay,
|
||||
// RoutableConnectors::Tokenio => Self::Tokenio,
|
||||
RoutableConnectors::Tsys => Self::Tsys,
|
||||
RoutableConnectors::Volt => Self::Volt,
|
||||
RoutableConnectors::Wellsfargo => Self::Wellsfargo,
|
||||
@ -725,6 +729,7 @@ impl TryFrom<Connector> for RoutableConnectors {
|
||||
Connector::Stax => Ok(Self::Stax),
|
||||
Connector::Stripe => Ok(Self::Stripe),
|
||||
Connector::Stripebilling => Ok(Self::Stripebilling),
|
||||
// Connector::Tokenio => Ok(Self::Tokenio),
|
||||
Connector::Trustpay => Ok(Self::Trustpay),
|
||||
Connector::Tsys => Ok(Self::Tsys),
|
||||
Connector::Volt => Ok(Self::Volt),
|
||||
|
||||
Reference in New Issue
Block a user