mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
fix(connector): fix checkout error response type (#1124)
This commit is contained in:
committed by
GitHub
parent
7f3ceb42fb
commit
5fd16146db
@ -581,7 +581,6 @@ impl TryFrom<types::RefundsResponseRouterData<api::RSync, CheckoutRefundResponse
|
|||||||
#[derive(Debug, Default, Eq, PartialEq, Deserialize)]
|
#[derive(Debug, Default, Eq, PartialEq, Deserialize)]
|
||||||
pub struct ErrorResponse {
|
pub struct ErrorResponse {
|
||||||
pub request_id: Option<String>,
|
pub request_id: Option<String>,
|
||||||
#[serde(rename = "type")]
|
|
||||||
pub error_type: Option<String>,
|
pub error_type: Option<String>,
|
||||||
pub error_codes: Option<Vec<String>>,
|
pub error_codes: Option<Vec<String>>,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user