From 5a80c9208ba5d055c9605a014b90a6b70a809374 Mon Sep 17 00:00:00 2001 From: Sarthak Soni Date: Thu, 18 Jan 2024 17:05:04 +0530 Subject: [PATCH] fix(pm_auth): Fixed clippy errors --- crates/router/src/core/pm_auth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/router/src/core/pm_auth.rs b/crates/router/src/core/pm_auth.rs index 0ccf5751cb5..64466ea7000 100644 --- a/crates/router/src/core/pm_auth.rs +++ b/crates/router/src/core/pm_auth.rs @@ -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, };