feat(connector): [BRAINTREE] Paypal wallet added (#8984)

This commit is contained in:
sweta-sharma
2025-10-09 19:54:32 +05:30
committed by GitHub
parent 5c6635be29
commit f71090a94c
11 changed files with 212 additions and 2 deletions

View File

@ -537,6 +537,8 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::GooglePayThirdPartySdkData,
api_models::payments::KlarnaSessionTokenResponse,
api_models::payments::PaypalSessionTokenResponse,
api_models::payments::PaypalFlow,
api_models::payments::PaypalTransactionInfo,
api_models::payments::ApplepaySessionTokenResponse,
api_models::payments::SdkNextAction,
api_models::payments::NextActionCall,

View File

@ -493,6 +493,8 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::GooglePayThirdPartySdkData,
api_models::payments::KlarnaSessionTokenResponse,
api_models::payments::PaypalSessionTokenResponse,
api_models::payments::PaypalFlow,
api_models::payments::PaypalTransactionInfo,
api_models::payments::ApplepaySessionTokenResponse,
api_models::payments::SdkNextAction,
api_models::payments::NextActionCall,