mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
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:
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user