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