mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat(connector): add payouts integration for AdyenPlatform (#4874)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -9,6 +9,8 @@ pub struct ConnectorAuthentication {
|
||||
#[cfg(not(feature = "payouts"))]
|
||||
pub adyen: Option<BodyKey>,
|
||||
#[cfg(feature = "payouts")]
|
||||
pub adyenplatform: Option<HeaderKey>,
|
||||
#[cfg(feature = "payouts")]
|
||||
pub adyen: Option<SignatureKey>,
|
||||
#[cfg(not(feature = "payouts"))]
|
||||
pub adyen_uk: Option<BodyKey>,
|
||||
|
||||
Reference in New Issue
Block a user