From 5fd16146dba52f65f7c5fe26f0a7526875e4e4e2 Mon Sep 17 00:00:00 2001 From: Abhishek Marrivagu <68317979+Abhicodes-crypto@users.noreply.github.com> Date: Thu, 11 May 2023 17:25:30 +0530 Subject: [PATCH] fix(connector): fix checkout error response type (#1124) --- crates/router/src/connector/checkout/transformers.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/router/src/connector/checkout/transformers.rs b/crates/router/src/connector/checkout/transformers.rs index fdf06eeea2..dcf89e550d 100644 --- a/crates/router/src/connector/checkout/transformers.rs +++ b/crates/router/src/connector/checkout/transformers.rs @@ -581,7 +581,6 @@ impl TryFrom, - #[serde(rename = "type")] pub error_type: Option, pub error_codes: Option>, }