Skip to content

Commit

Permalink
fix(connector): [CASHTOCODE] Fix Error Response Handling (#2926)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanshu-iiitu authored Nov 21, 2023
1 parent e566a4e commit 938b63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/connector/cashtocode/transformers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ impl<F, T>

#[derive(Debug, Deserialize)]
pub struct CashtocodeErrorResponse {
pub error: String,
pub error: serde_json::Value,
pub error_description: String,
pub errors: Option<Vec<CashtocodeErrors>>,
}
Expand Down

0 comments on commit 938b63a

Please sign in to comment.