feat(core): add localization support for unified error messages (#5624)

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
2024-08-21 18:05:44 +05:30
committed by GitHub
parent 1d08c7b932
commit 1f0ee3cae0
23 changed files with 525 additions and 9 deletions

View File

@ -5435,6 +5435,8 @@ pub struct PaymentLinkStatusDetails {
pub return_url: String,
pub locale: Option<String>,
pub transaction_details: Option<String>,
pub unified_code: Option<String>,
pub unified_message: Option<String>,
}
#[derive(Clone, Debug, serde::Deserialize, ToSchema, serde::Serialize)]