mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +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)]
|
||||
pub struct ErrorResponse {
|
||||
pub request_id: Option<String>,
|
||||
#[serde(rename = "type")]
|
||||
pub error_type: Option<String>,
|
||||
pub error_codes: Option<Vec<String>>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user