Skip to content

Commit

Permalink
feat(connector):[Multisafepay] Use transaction_id as reference id to …
Browse files Browse the repository at this point in the history
…identify transaction
  • Loading branch information
nabeel001 authored Oct 4, 2023
1 parent 6aec168 commit 6e2bb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/connector/multisafepay/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ impl<F, T>
}),
connector_metadata: None,
network_txn_id: None,
connector_response_reference_id: None,
connector_response_reference_id: item.response.data.transaction_id,
}),
..item.data
})
Expand Down

0 comments on commit 6e2bb2a

Please sign in to comment.