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:
chikke srujan
2025-04-04 14:30:22 +05:30
committed by GitHub
parent 35765a421c
commit 5e9e9238cf
160 changed files with 1191 additions and 691 deletions

View File

@ -623,6 +623,9 @@ impl From<&api_models::payments::RecordAttemptErrorDetails>
reason: Some(error.message.clone()),
unified_code: None,
unified_message: None,
network_advice_code: error.network_advice_code.clone(),
network_decline_code: error.network_decline_code.clone(),
network_error_message: error.network_error_message.clone(),
}
}
}