Skip to content

Commit

Permalink
feat(connector): [ADYEN ] Consume transaction id for PaymentsPreProce…
Browse files Browse the repository at this point in the history
…ssing error (#7061)
  • Loading branch information
cookieg13 authored Jan 22, 2025
1 parent 9c1ebd2 commit 199d176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/connector/adyen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
})
Expand Down

0 comments on commit 199d176

Please sign in to comment.