feat(connector): [DEUTSCHEBANK] Integrate SEPA Payments (#5826)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
DEEPANSHU BANSAL
2024-09-13 16:59:33 +05:30
committed by GitHub
parent 10ac089449
commit 6fc2060620
31 changed files with 1181 additions and 220 deletions

View File

@ -31,7 +31,7 @@ pub struct ConnectorAuthentication {
pub cryptopay: Option<BodyKey>,
pub cybersource: Option<SignatureKey>,
pub datatrans: Option<HeaderKey>,
pub deutschebank: Option<HeaderKey>,
pub deutschebank: Option<SignatureKey>,
pub dlocal: Option<SignatureKey>,
#[cfg(feature = "dummy_connector")]
pub dummyconnector: Option<HeaderKey>,