mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +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:
@ -268,6 +268,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::enums::ConnectorType,
|
||||
api_models::enums::PayoutConnectors,
|
||||
api_models::enums::AuthenticationConnectors,
|
||||
api_models::enums::VaultSdk,
|
||||
api_models::enums::Currency,
|
||||
api_models::enums::IntentStatus,
|
||||
api_models::enums::CaptureMethod,
|
||||
@ -429,6 +430,9 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::AmountDetails,
|
||||
api_models::payments::AmountDetailsUpdate,
|
||||
api_models::payments::SessionToken,
|
||||
api_models::payments::VaultSessionDetails,
|
||||
api_models::payments::VgsSessionDetails,
|
||||
api_models::payments::HyperswitchVaultSessionDetails,
|
||||
api_models::payments::ApplePaySessionResponse,
|
||||
api_models::payments::ThirdPartySdkSessionResponse,
|
||||
api_models::payments::NoThirdPartySdkSessionResponse,
|
||||
|
||||
Reference in New Issue
Block a user