fix: move connector_refund_id to request (#445)

This commit is contained in:
Nishant Joshi
2023-01-22 13:41:11 +05:30
committed by GitHub
parent da6a026ef7
commit d653fed773
13 changed files with 38 additions and 30 deletions

View File

@ -74,6 +74,7 @@ pub async fn construct_refund_router_data<'a, F>(
amount,
connector_metadata: payment_attempt.connector_metadata.clone(),
reason: refund.refund_reason.clone(),
connector_refund_id: refund.connector_refund_id.clone(),
},
response: Ok(types::RefundsResponseData {