Skip to content

Commit a77fd66

Browse files
chore: cargo clippy
1 parent ca76b0f commit a77fd66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/router/src/core/admin.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,8 +654,7 @@ pub async fn create_payment_connector(
654654
))
655655
.unwrap_or(format!(
656656
"{}_{}",
657-
req.connector_name.to_string(),
658-
business_profile.profile_name
657+
req.connector_name, business_profile.profile_name
659658
));
660659

661660
let mut vec = Vec::new();

crates/router/src/core/verification/utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ pub async fn check_existence_and_add_domain_to_db(
5959
connector_webhook_details: None,
6060
applepay_verified_domains: Some(already_verified_domains.clone()),
6161
pm_auth_config: None,
62+
connector_label: None,
6263
};
6364
state
6465
.store

0 commit comments

Comments
 (0)