fix(connector): fix checkout error response type (#1124)

This commit is contained in:
Abhishek Marrivagu
2023-05-11 17:25:30 +05:30
committed by GitHub
parent 7f3ceb42fb
commit 5fd16146db

View File

@ -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>>,
}