Skip to content

Commit

Permalink
Update crates/router/src/connector/riskified/transformers/api.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jagan <[email protected]>
  • Loading branch information
AkshayaFoiger and jagan-jaya authored Dec 1, 2023
1 parent c56d0e9 commit fdda633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/connector/riskified/transformers/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub struct ClientDetails {

#[derive(Debug, Deserialize, Serialize, Eq, PartialEq, Clone)]
pub struct RiskifiedCustomer {
email: Option<String>,
email: Option<Email>,
first_name: Option<Secret<String>>,
last_name: Option<Secret<String>>,
#[serde(with = "common_utils::custom_serde::iso8601")]
Expand Down

0 comments on commit fdda633

Please sign in to comment.