mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat(connector): [Adyen] Use connector_request_reference_id as reference to Payments (#3547)
This commit is contained in:
@ -2541,7 +2541,7 @@ impl<'a>
|
|||||||
amount,
|
amount,
|
||||||
merchant_account: auth_type.merchant_account,
|
merchant_account: auth_type.merchant_account,
|
||||||
payment_method,
|
payment_method,
|
||||||
reference: item.router_data.payment_id.to_string(),
|
reference: item.router_data.connector_request_reference_id.to_string(),
|
||||||
return_url,
|
return_url,
|
||||||
browser_info,
|
browser_info,
|
||||||
shopper_interaction,
|
shopper_interaction,
|
||||||
@ -2588,7 +2588,7 @@ impl<'a>
|
|||||||
amount,
|
amount,
|
||||||
merchant_account: auth_type.merchant_account,
|
merchant_account: auth_type.merchant_account,
|
||||||
payment_method,
|
payment_method,
|
||||||
reference: item.router_data.payment_id.to_string(),
|
reference: item.router_data.connector_request_reference_id.to_string(),
|
||||||
return_url,
|
return_url,
|
||||||
browser_info: None,
|
browser_info: None,
|
||||||
shopper_interaction,
|
shopper_interaction,
|
||||||
@ -2635,7 +2635,7 @@ impl<'a>
|
|||||||
amount,
|
amount,
|
||||||
merchant_account: auth_type.merchant_account,
|
merchant_account: auth_type.merchant_account,
|
||||||
payment_method,
|
payment_method,
|
||||||
reference: item.router_data.payment_id.to_string(),
|
reference: item.router_data.connector_request_reference_id.to_string(),
|
||||||
return_url,
|
return_url,
|
||||||
browser_info: None,
|
browser_info: None,
|
||||||
shopper_interaction,
|
shopper_interaction,
|
||||||
@ -2894,7 +2894,7 @@ impl<'a>
|
|||||||
amount,
|
amount,
|
||||||
merchant_account: auth_type.merchant_account,
|
merchant_account: auth_type.merchant_account,
|
||||||
payment_method,
|
payment_method,
|
||||||
reference: item.router_data.payment_id.to_string(),
|
reference: item.router_data.connector_request_reference_id.to_string(),
|
||||||
return_url,
|
return_url,
|
||||||
shopper_interaction,
|
shopper_interaction,
|
||||||
recurring_processing_model: None,
|
recurring_processing_model: None,
|
||||||
|
|||||||
Reference in New Issue
Block a user