mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(connector): [Unifiedauthenticationservice] add Connector Template Code (#6732)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -123,6 +123,7 @@ pub enum Connector {
|
||||
//Thunes,
|
||||
Trustpay,
|
||||
Tsys,
|
||||
// UnifiedAuthenticationService,
|
||||
Volt,
|
||||
Wellsfargo,
|
||||
// Wellsfargopayout,
|
||||
@ -260,6 +261,7 @@ impl Connector {
|
||||
// | Self::Thunes
|
||||
| Self::Trustpay
|
||||
| Self::Tsys
|
||||
// | Self::UnifiedAuthenticationService
|
||||
| Self::Volt
|
||||
| Self::Wellsfargo
|
||||
// | Self::Wellsfargopayout
|
||||
|
||||
Reference in New Issue
Block a user