Skip to content

Commit 5fd1614

Browse files
fix(connector): fix checkout error response type (#1124)
1 parent 7f3ceb4 commit 5fd1614

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/router/src/connector/checkout/transformers.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,6 @@ impl TryFrom<types::RefundsResponseRouterData<api::RSync, CheckoutRefundResponse
581581
#[derive(Debug, Default, Eq, PartialEq, Deserialize)]
582582
pub struct ErrorResponse {
583583
pub request_id: Option<String>,
584-
#[serde(rename = "type")]
585584
pub error_type: Option<String>,
586585
pub error_codes: Option<Vec<String>>,
587586
}

0 commit comments

Comments
 (0)