mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
fix(refund): add merchant_connector_id in refund (#3303)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -127,7 +127,10 @@ pub struct RefundResponse {
|
||||
/// The connector used for the refund and the corresponding payment
|
||||
#[schema(example = "stripe")]
|
||||
pub connector: String,
|
||||
/// The id of business profile for this refund
|
||||
pub profile_id: Option<String>,
|
||||
/// The merchant_connector_id of the processor through which this payment went through
|
||||
pub merchant_connector_id: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Eq, PartialEq, Deserialize, Serialize, ToSchema)]
|
||||
|
||||
Reference in New Issue
Block a user