mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(connector): Integrate PAZE Wallet (#6030)
This commit is contained in:
@ -389,6 +389,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::PaymentsCaptureRequest,
|
||||
api_models::payments::PaymentsSessionRequest,
|
||||
api_models::payments::PaymentsSessionResponse,
|
||||
api_models::payments::PazeWalletData,
|
||||
api_models::payments::SessionToken,
|
||||
api_models::payments::ApplePaySessionResponse,
|
||||
api_models::payments::ThirdPartySdkSessionResponse,
|
||||
@ -445,6 +446,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::GooglePayRedirectData,
|
||||
api_models::payments::GooglePayThirdPartySdk,
|
||||
api_models::payments::GooglePaySessionResponse,
|
||||
api_models::payments::PazeSessionTokenResponse,
|
||||
api_models::payments::SamsungPaySessionTokenResponse,
|
||||
api_models::payments::SamsungPayMerchantPaymentInformation,
|
||||
api_models::payments::SamsungPayAmountDetails,
|
||||
|
||||
@ -323,6 +323,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::PaymentsSessionResponse,
|
||||
api_models::payments::PaymentsCreateIntentRequest,
|
||||
api_models::payments::PaymentsCreateIntentResponse,
|
||||
api_models::payments::PazeWalletData,
|
||||
api_models::payments::AmountDetails,
|
||||
api_models::payments::SessionToken,
|
||||
api_models::payments::ApplePaySessionResponse,
|
||||
@ -358,6 +359,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::GooglePayPaymentMethodInfo,
|
||||
api_models::payments::ApplePayWalletData,
|
||||
api_models::payments::ApplepayPaymentMethod,
|
||||
api_models::payments::PazeSessionTokenResponse,
|
||||
api_models::payments::SamsungPaySessionTokenResponse,
|
||||
api_models::payments::SamsungPayMerchantPaymentInformation,
|
||||
api_models::payments::SamsungPayAmountDetails,
|
||||
|
||||
Reference in New Issue
Block a user