mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
fix(connector): Add attempt_status in field in error_response (#2794)
This commit is contained in:
@ -401,6 +401,7 @@ pub fn handle_json_response_deserialization_failure(
|
||||
code: consts::NO_ERROR_CODE.to_string(),
|
||||
message: consts::UNSUPPORTED_ERROR_MESSAGE.to_string(),
|
||||
reason: Some(response_data),
|
||||
attempt_status: None,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user