@@ -140,6 +140,7 @@ pub enum RoutableConnectors {
140
140
// Taxjar,
141
141
Trustpay ,
142
142
// Thunes
143
+ // Tokenio,
143
144
// Tsys,
144
145
Tsys ,
145
146
// UnifiedAuthenticationService,
@@ -294,6 +295,7 @@ pub enum Connector {
294
295
Stripebilling ,
295
296
Taxjar ,
296
297
Threedsecureio ,
298
+ // Tokenio,
297
299
//Thunes,
298
300
Trustpay ,
299
301
Tsys ,
@@ -457,6 +459,7 @@ impl Connector {
457
459
| Self :: Taxjar
458
460
// | Self::Thunes
459
461
| Self :: Trustpay
462
+ // | Self::Tokenio
460
463
| Self :: Tsys
461
464
// | Self::UnifiedAuthenticationService
462
465
| Self :: Vgs
@@ -614,6 +617,7 @@ impl From<RoutableConnectors> for Connector {
614
617
RoutableConnectors :: Stripe => Self :: Stripe ,
615
618
RoutableConnectors :: Stripebilling => Self :: Stripebilling ,
616
619
RoutableConnectors :: Trustpay => Self :: Trustpay ,
620
+ // RoutableConnectors::Tokenio => Self::Tokenio,
617
621
RoutableConnectors :: Tsys => Self :: Tsys ,
618
622
RoutableConnectors :: Volt => Self :: Volt ,
619
623
RoutableConnectors :: Wellsfargo => Self :: Wellsfargo ,
@@ -725,6 +729,7 @@ impl TryFrom<Connector> for RoutableConnectors {
725
729
Connector :: Stax => Ok ( Self :: Stax ) ,
726
730
Connector :: Stripe => Ok ( Self :: Stripe ) ,
727
731
Connector :: Stripebilling => Ok ( Self :: Stripebilling ) ,
732
+ // Connector::Tokenio => Ok(Self::Tokenio),
728
733
Connector :: Trustpay => Ok ( Self :: Trustpay ) ,
729
734
Connector :: Tsys => Ok ( Self :: Tsys ) ,
730
735
Connector :: Volt => Ok ( Self :: Volt ) ,
0 commit comments