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:
Suman Maji
2024-12-10 16:06:23 +05:30
committed by GitHub
parent 8954e8a218
commit 8777f41568
25 changed files with 1360 additions and 6 deletions

View File

@ -53,8 +53,10 @@ pub use hyperswitch_connectors::connectors::{
payu::Payu, powertranz, powertranz::Powertranz, prophetpay, prophetpay::Prophetpay, rapyd,
rapyd::Rapyd, razorpay, razorpay::Razorpay, redsys, redsys::Redsys, shift4, shift4::Shift4,
square, square::Square, stax, stax::Stax, taxjar, taxjar::Taxjar, thunes, thunes::Thunes, tsys,
tsys::Tsys, volt, volt::Volt, worldline, worldline::Worldline, worldpay, worldpay::Worldpay,
xendit, xendit::Xendit, zen, zen::Zen, zsl, zsl::Zsl,
tsys::Tsys, unified_authentication_service,
unified_authentication_service::UnifiedAuthenticationService, volt, volt::Volt, worldline,
worldline::Worldline, worldpay, worldpay::Worldpay, xendit, xendit::Xendit, zen, zen::Zen, zsl,
zsl::Zsl,
};
#[cfg(feature = "dummy_connector")]