mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat(connector): [ADYEN ] Consume transaction id for PaymentsPreProcessing error (#7061)
This commit is contained in:
@ -1001,7 +1001,7 @@ impl
|
||||
reason: Some(consts::LOW_BALANCE_ERROR_MESSAGE.to_string()),
|
||||
status_code: res.status_code,
|
||||
attempt_status: Some(enums::AttemptStatus::Failure),
|
||||
connector_transaction_id: None,
|
||||
connector_transaction_id: Some(response.psp_reference),
|
||||
}),
|
||||
..data.clone()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user