mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +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,
|
currency,
|
||||||
channel: NoonChannels::Web,
|
channel: NoonChannels::Web,
|
||||||
category,
|
category,
|
||||||
reference: item.payment_id.clone(),
|
reference: item.connector_request_reference_id.clone(),
|
||||||
name,
|
name,
|
||||||
};
|
};
|
||||||
let payment_action = if item.request.is_auto_capture()? {
|
let payment_action = if item.request.is_auto_capture()? {
|
||||||
|
|||||||
Reference in New Issue
Block a user