mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
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:
@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user