mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat(connector): [Noon] Use connector_request_reference_id as Order reference (#2466)
This commit is contained in:
@ -264,7 +264,7 @@ impl TryFrom<&types::PaymentsAuthorizeRouterData> for NoonPaymentsRequest {
|
||||
currency,
|
||||
channel: NoonChannels::Web,
|
||||
category,
|
||||
reference: item.payment_id.clone(),
|
||||
reference: item.connector_request_reference_id.clone(),
|
||||
name,
|
||||
};
|
||||
let payment_action = if item.request.is_auto_capture()? {
|
||||
|
||||
Reference in New Issue
Block a user