diff --git a/crates/router/src/core/payments/helpers.rs b/crates/router/src/core/payments/helpers.rs index b4d5f6c278..b0f86c2f16 100644 --- a/crates/router/src/core/payments/helpers.rs +++ b/crates/router/src/core/payments/helpers.rs @@ -7964,6 +7964,7 @@ where } #[cfg(feature = "v1")] +#[allow(clippy::too_many_arguments)] /// Helper function to save a new connector_customer_id from UCS to database /// This only saves if the ID doesn't already exist in the database async fn save_new_connector_customer_id_from_ucs( diff --git a/crates/router/src/core/payouts/helpers.rs b/crates/router/src/core/payouts/helpers.rs index 06c2d06ae8..a9164a2336 100644 --- a/crates/router/src/core/payouts/helpers.rs +++ b/crates/router/src/core/payouts/helpers.rs @@ -267,7 +267,6 @@ pub async fn fetch_payout_method_data( } #[cfg(feature = "v1")] -#[allow(clippy::too_many_arguments)] pub async fn save_payout_data_to_locker( state: &SessionState, payout_data: &mut PayoutData,