mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +08:00
refactor(core): make attempt id as mandatory in router_data (#604)
This commit is contained in:
@ -53,7 +53,7 @@ pub async fn construct_refund_router_data<'a, F>(
|
||||
merchant_id: merchant_account.merchant_id.clone(),
|
||||
connector: merchant_connector_account.connector_name,
|
||||
payment_id: payment_attempt.payment_id.clone(),
|
||||
attempt_id: Some(payment_attempt.attempt_id.clone()),
|
||||
attempt_id: payment_attempt.attempt_id.clone(),
|
||||
status,
|
||||
payment_method: payment_method_type,
|
||||
connector_auth_type: auth_type,
|
||||
|
||||
Reference in New Issue
Block a user