feat(connector): [DWOLLA] - Add template code (#8496)

Co-authored-by: Vani Gupta <vani.gupta@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Vani Gupta
2025-07-01 16:52:47 +05:30
committed by GitHub
parent e638f239d3
commit ad522513b9
24 changed files with 1333 additions and 9 deletions

View File

@ -41,6 +41,7 @@ pub struct ConnectorAuthentication {
pub dlocal: Option<SignatureKey>,
#[cfg(feature = "dummy_connector")]
pub dummyconnector: Option<HeaderKey>,
pub dwolla: Option<HeaderKey>,
pub ebanx: Option<HeaderKey>,
pub elavon: Option<HeaderKey>,
pub facilitapay: Option<BodyKey>,