mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
fix(refund): add error code in refund table (#427)
This commit is contained in:
@ -76,6 +76,7 @@ pub struct RefundResponse {
|
||||
#[schema(value_type = Option<Object>)]
|
||||
pub metadata: Option<serde_json::Value>,
|
||||
pub error_message: Option<String>,
|
||||
pub error_code: Option<String>,
|
||||
#[serde(with = "common_utils::custom_serde::iso8601::option")]
|
||||
pub created_at: Option<PrimitiveDateTime>,
|
||||
#[serde(with = "common_utils::custom_serde::iso8601::option")]
|
||||
|
||||
Reference in New Issue
Block a user