Skip to content

Commit

Permalink
fix(pm_auth): Fixed clippy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak1799 committed Jan 18, 2024
1 parent 44e3f39 commit 5a80c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/core/pm_auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ pub async fn retrieve_payment_method_from_auth_service(

let billing_details = BankDebitBilling {
name: name.unwrap_or_default(),
email: email,
email,
address: address_details,
};

Expand Down

0 comments on commit 5a80c92

Please sign in to comment.