mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +08:00
feat(connector): [Digital Virgo] template for integration (#6145)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -32,6 +32,7 @@ pub struct ConnectorAuthentication {
|
||||
pub cybersource: Option<SignatureKey>,
|
||||
pub datatrans: Option<HeaderKey>,
|
||||
pub deutschebank: Option<SignatureKey>,
|
||||
pub digitalvirgo: Option<HeaderKey>,
|
||||
pub dlocal: Option<SignatureKey>,
|
||||
#[cfg(feature = "dummy_connector")]
|
||||
pub dummyconnector: Option<HeaderKey>,
|
||||
|
||||
Reference in New Issue
Block a user