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:
michal-czernecki
2025-05-16 11:21:29 +02:00
committed by GitHub
parent 1192bd5247
commit 3d095cec0c
468 changed files with 27027 additions and 67 deletions

View File

@ -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>,