fix(connector): [Braintree] Consume merchant_account_id and merchant_config_currency in payment requests (#7408)

Co-authored-by: Debarshi Gupta <debarshi.gupta@Debarshi-Gupta-CM92YWDXFD.local>
This commit is contained in:
DEEPANSHU BANSAL
2025-03-05 16:30:28 +05:30
committed by GitHub
parent 38bb7676be
commit 00d69bd924
16 changed files with 229 additions and 11 deletions

View File

@ -401,6 +401,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::KlarnaSdkPaymentMethodResponse,
api_models::payments::SwishQrData,
api_models::payments::AirwallexData,
api_models::payments::BraintreeData,
api_models::payments::NoonData,
api_models::payments::OrderDetailsWithAmount,
api_models::payments::NextActionType,

View File

@ -367,6 +367,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::KlarnaSdkPaymentMethodResponse,
api_models::payments::SwishQrData,
api_models::payments::AirwallexData,
api_models::payments::BraintreeData,
api_models::payments::NoonData,
api_models::payments::OrderDetailsWithAmount,
api_models::payments::NextActionType,