feat(router): add support for GooglePay pre-decrypted token in the payments confirm call (#8865)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
awasthi21
2025-08-08 17:09:24 +05:30
committed by GitHub
parent be4b43fa83
commit b7f42cbd27
45 changed files with 806 additions and 229 deletions

View File

@ -238,6 +238,9 @@ Never share your secret api keys. Keep them guarded and secure.
common_utils::payout_method_utils::PaypalAdditionalData,
common_utils::payout_method_utils::VenmoAdditionalData,
common_types::payments::SplitPaymentsRequest,
common_types::payments::GpayTokenizationData,
common_types::payments::GPayPredecryptData,
common_types::payments::GpayEcryptedTokenizationData,
common_types::payments::ApplePayPaymentData,
common_types::payments::ApplePayPredecryptData,
common_types::payments::ApplePayCryptogramData,
@ -527,7 +530,6 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::SdkNextActionData,
api_models::payments::SamsungPayWalletData,
api_models::payments::WeChatPay,
api_models::payments::GpayTokenizationData,
api_models::payments::GooglePayPaymentMethodInfo,
api_models::payments::ApplePayWalletData,
api_models::payments::SamsungPayWalletCredentials,

View File

@ -179,6 +179,9 @@ Never share your secret api keys. Keep them guarded and secure.
common_utils::payout_method_utils::PaypalAdditionalData,
common_utils::payout_method_utils::VenmoAdditionalData,
common_types::payments::SplitPaymentsRequest,
common_types::payments::GpayTokenizationData,
common_types::payments::GPayPredecryptData,
common_types::payments::GpayEcryptedTokenizationData,
common_types::payments::ApplePayPaymentData,
common_types::payments::ApplePayPredecryptData,
common_types::payments::ApplePayCryptogramData,
@ -487,7 +490,6 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::SdkNextActionData,
api_models::payments::SamsungPayWalletData,
api_models::payments::WeChatPay,
api_models::payments::GpayTokenizationData,
api_models::payments::GooglePayPaymentMethodInfo,
api_models::payments::ApplePayWalletData,
api_models::payments::ApplepayPaymentMethod,