Skip to content

Commit

Permalink
fix id
Browse files Browse the repository at this point in the history
Co-authored-by: Prasunna Soppa <[email protected]>
  • Loading branch information
unpervertedkid and prasunna09 authored Dec 5, 2023
1 parent 74adf42 commit b8a6ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/router/src/connector/braintree/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ impl<F, T>
types::PaymentsResponseData,
>,
) -> Result<Self, Self::Error> {
let connector_id =
types::ResponseId::ConnectorTransactionId(item.response.transaction.id.clone());
let id =
item.response.transaction.id.clone();
Ok(Self {
status: enums::AttemptStatus::from(item.response.transaction.status),
response: Ok(types::PaymentsResponseData::TransactionResponse {
Expand Down

0 comments on commit b8a6ac4

Please sign in to comment.