mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(connector): Archipel connector (#7851)
Co-authored-by: Michal Czernecki <michal.czerencki@flowbird.group> Co-authored-by: Guillaume Bague <guillaume.bague@flowbird.group>
This commit is contained in:
@ -18,6 +18,7 @@ pub struct ConnectorAuthentication {
|
||||
pub adyen_uk: Option<SignatureKey>,
|
||||
pub airwallex: Option<BodyKey>,
|
||||
pub amazonpay: Option<HeaderKey>,
|
||||
pub archipel: Option<NoKey>,
|
||||
pub authorizedotnet: Option<BodyKey>,
|
||||
pub bambora: Option<BodyKey>,
|
||||
pub bamboraapac: Option<HeaderKey>,
|
||||
@ -324,6 +325,9 @@ impl From<MultiAuthKey> for ConnectorAuthType {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, Clone)]
|
||||
pub struct NoKey {}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, Clone)]
|
||||
pub struct AutomationConfigs {
|
||||
pub hs_base_url: Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user