Skip to content

Commit

Permalink
feat(connector): [Aci] Update connector_response_reference_id with me…
Browse files Browse the repository at this point in the history
…rchant reference (#2551)
  • Loading branch information
bhimeshagrawal authored Oct 17, 2023
1 parent 9aa1c75 commit 9e450b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/router/src/connector/aci/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -682,12 +682,12 @@ impl<F, T>
}
},
response: Ok(types::PaymentsResponseData::TransactionResponse {
resource_id: types::ResponseId::ConnectorTransactionId(item.response.id),
resource_id: types::ResponseId::ConnectorTransactionId(item.response.id.clone()),
redirection_data,
mandate_reference,
connector_metadata: None,
network_txn_id: None,
connector_response_reference_id: None,
connector_response_reference_id: Some(item.response.id),
}),
..item.data
})
Expand Down

0 comments on commit 9e450b8

Please sign in to comment.