Skip to content

Commit

Permalink
fix: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
unpervertedkid committed Dec 5, 2023
1 parent 5f717ad commit 996fdd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/router/src/connector/braintree/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,7 @@ impl<F, T>
types::PaymentsResponseData,
>,
) -> Result<Self, Self::Error> {
let id =
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 996fdd6

Please sign in to comment.