feat(connector): [AFFIRM] add Connector Template Code (#8650)

This commit is contained in:
sweta-sharma
2025-07-16 15:36:04 +05:30
committed by GitHub
parent fb33937c21
commit 9bc02516d6
21 changed files with 1375 additions and 13 deletions

View File

@ -10,6 +10,7 @@ pub struct ConnectorAuthentication {
pub adyen: Option<BodyKey>,
#[cfg(feature = "payouts")]
pub adyenplatform: Option<HeaderKey>,
pub affirm: Option<HeaderKey>,
#[cfg(feature = "payouts")]
pub adyen: Option<SignatureKey>,
#[cfg(not(feature = "payouts"))]