Skip to content

Commit 2897b6e

Browse files
authored
feat(connector): [Noon] Use connector_request_reference_id as Order reference (#2466)
1 parent 8d53c66 commit 2897b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/router/src/connector/noon/transformers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ impl TryFrom<&types::PaymentsAuthorizeRouterData> for NoonPaymentsRequest {
264264
currency,
265265
channel: NoonChannels::Web,
266266
category,
267-
reference: item.payment_id.clone(),
267+
reference: item.connector_request_reference_id.clone(),
268268
name,
269269
};
270270
let payment_action = if item.request.is_auto_capture()? {

0 commit comments

Comments
 (0)