Skip to content

Commit

Permalink
fix(clippy): add v1 flag to update_or_add_overcapture_details_if_requ…
Browse files Browse the repository at this point in the history
…ired()
  • Loading branch information
AkshayaFoiger committed Dec 27, 2024
1 parent f6503f0 commit f6fad46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/router/src/core/payments/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6294,6 +6294,7 @@ pub fn validate_platform_fees_for_marketplace(
Ok(())
}

#[cfg(feature = "v1")]
pub fn update_or_add_overcapture_details_if_required(
request_overcapture: Option<bool>,
payment_attempt: &mut PaymentAttempt,
Expand Down

0 comments on commit f6fad46

Please # to comment.