Skip to content

Commit

Permalink
Update crates/router/src/connector/nmi/transformers.rs
Browse files Browse the repository at this point in the history
Co-authored-by: DEEPANSHU BANSAL <[email protected]>
  • Loading branch information
TejasMate and deepanshu-iiitu authored Oct 31, 2023
1 parent b3abd3f commit a4b77e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/connector/nmi/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ impl TryFrom<types::PaymentsSyncResponseRouterData<types::Response>>
mandate_reference: None,
connector_metadata: None,
network_txn_id: None,
connector_response_reference_id: Some(response.transaction.transaction_id),
connector_response_reference_id: item.response.orderid.or(Some(item.response.transactionid)),
}),
..item.data
})
Expand Down

0 comments on commit a4b77e3

Please sign in to comment.