mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 03:13:56 +08:00
feat(payment_methods): add external_vault_details for payments v2 sdk session call (#8003)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -55,6 +55,7 @@ pub struct ConnectorAuthentication {
|
||||
pub gpayments: Option<HeaderKey>,
|
||||
pub helcim: Option<HeaderKey>,
|
||||
pub hipay: Option<HeaderKey>,
|
||||
pub hyperswitch_vault: Option<SignatureKey>,
|
||||
pub iatapay: Option<SignatureKey>,
|
||||
pub inespay: Option<HeaderKey>,
|
||||
pub itaubank: Option<MultiAuthKey>,
|
||||
@ -104,7 +105,7 @@ pub struct ConnectorAuthentication {
|
||||
pub trustpay: Option<SignatureKey>,
|
||||
pub tsys: Option<SignatureKey>,
|
||||
pub unified_authentication_service: Option<HeaderKey>,
|
||||
pub vgs: Option<HeaderKey>,
|
||||
pub vgs: Option<SignatureKey>,
|
||||
pub volt: Option<HeaderKey>,
|
||||
pub wellsfargo: Option<HeaderKey>,
|
||||
// pub wellsfargopayout: Option<HeaderKey>,
|
||||
|
||||
Reference in New Issue
Block a user