mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
fix: todos and fixmes resolution for api_models (#144)
This commit is contained in:
@ -399,7 +399,7 @@ pub struct PaymentsResponse {
|
||||
pub statement_descriptor_suffix: Option<String>,
|
||||
pub next_action: Option<NextAction>,
|
||||
pub cancellation_reason: Option<String>,
|
||||
pub error_code: Option<String>, //TODO: Add error code column to the database
|
||||
pub error_code: Option<String>,
|
||||
pub error_message: Option<String>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user