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 6dc53ca commit 5f717ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/connector/braintree/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ impl<F, T>
mandate_reference: None,
connector_metadata: None,
network_txn_id: None,
connector_response_reference_id: Some(item.response.transaction.id),
connector_response_reference_id: Some(id),
incremental_authorization_allowed: None,
}),
..item.data
Expand Down

0 comments on commit 5f717ad

Please sign in to comment.