Skip to content

Commit

Permalink
Merge branch 'main' into paypal-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMani authored Nov 21, 2023
2 parents 96aba6f + 938b63a commit 727cc62
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 727cc62

Please sign in to comment.