mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(core): add network error related columns in payment attempt [v2] (#7706)
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -699,8 +699,9 @@ pub fn handle_json_response_deserialization_failure(
|
||||
reason: Some(response_data),
|
||||
attempt_status: None,
|
||||
connector_transaction_id: None,
|
||||
issuer_error_code: None,
|
||||
issuer_error_message: None,
|
||||
network_advice_code: None,
|
||||
network_decline_code: None,
|
||||
network_error_message: None,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user