mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
chore: address Rust 1.83.0 clippy lints and enable more clippy lints (#6705)
This commit is contained in:
@ -549,8 +549,6 @@ pub fn payments_incremental_authorization() {}
|
||||
pub fn payments_external_authentication() {}
|
||||
|
||||
/// Payments - Complete Authorize
|
||||
///
|
||||
///
|
||||
#[utoipa::path(
|
||||
post,
|
||||
path = "/{payment_id}/complete_authorize",
|
||||
@ -569,8 +567,6 @@ pub fn payments_external_authentication() {}
|
||||
pub fn payments_complete_authorize() {}
|
||||
|
||||
/// Dynamic Tax Calculation
|
||||
///
|
||||
///
|
||||
#[utoipa::path(
|
||||
post,
|
||||
path = "/payments/{payment_id}/calculate_tax",
|
||||
@ -587,8 +583,6 @@ pub fn payments_complete_authorize() {}
|
||||
pub fn payments_dynamic_tax_calculation() {}
|
||||
|
||||
/// Payments - Post Session Tokens
|
||||
///
|
||||
///
|
||||
#[utoipa::path(
|
||||
post,
|
||||
path = "/payments/{payment_id}/post_session_tokens",
|
||||
|
||||
@ -68,7 +68,6 @@ pub async fn routing_link_config() {}
|
||||
/// Routing - Retrieve
|
||||
///
|
||||
/// Retrieve a routing algorithm
|
||||
|
||||
#[utoipa::path(
|
||||
get,
|
||||
path = "/routing/{routing_algorithm_id}",
|
||||
@ -91,7 +90,6 @@ pub async fn routing_retrieve_config() {}
|
||||
/// Routing - Retrieve
|
||||
///
|
||||
/// Retrieve a routing algorithm with its algorithm id
|
||||
|
||||
#[utoipa::path(
|
||||
get,
|
||||
path = "/v2/routing-algorithm/{id}",
|
||||
|
||||
Reference in New Issue
Block a user