feat(connector): Introduce connector template code for WorldpayXML (#7968)

This commit is contained in:
AkshayaFoiger
2025-05-12 19:18:51 +05:30
committed by GitHub
parent e404c0ce4a
commit 57cb3a9ff0
23 changed files with 1324 additions and 5 deletions

View File

@ -38,8 +38,8 @@ pub use hyperswitch_connectors::connectors::{
stax::Stax, stripebilling, stripebilling::Stripebilling, taxjar, taxjar::Taxjar, thunes,
thunes::Thunes, trustpay, trustpay::Trustpay, tsys, tsys::Tsys, unified_authentication_service,
unified_authentication_service::UnifiedAuthenticationService, volt, volt::Volt, wellsfargo,
wellsfargo::Wellsfargo, worldline, worldline::Worldline, worldpay, worldpay::Worldpay, xendit,
xendit::Xendit, zen, zen::Zen, zsl, zsl::Zsl,
wellsfargo::Wellsfargo, worldline, worldline::Worldline, worldpay, worldpay::Worldpay,
worldpayxml, worldpayxml::Worldpayxml, xendit, xendit::Xendit, zen, zen::Zen, zsl, zsl::Zsl,
};
#[cfg(feature = "dummy_connector")]