Skip to content

Commit

Permalink
fix(connector): fix checkout error response type (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhicodes-crypto committed May 11, 2023
1 parent 7f3ceb4 commit 5fd1614
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/router/src/connector/checkout/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>>,
}
Expand Down

0 comments on commit 5fd1614

Please sign in to comment.