chore: address clippy lints

This commit is contained in:
hrithikesh026
2025-10-14 13:22:24 +05:30
parent 716114936f
commit 33f6e7c053

View File

@ -231,13 +231,12 @@ impl Feature<api::Authorize, types::PaymentsAuthorizeData> for types::PaymentsAu
should_continue_further, should_continue_further,
) )
.await?; .await?;
let should_continue_further = tokenization::update_router_data_with_payment_method_token_result(
tokenization::update_router_data_with_payment_method_token_result( payment_method_token_response,
payment_method_token_response, &mut router_data,
&mut router_data, is_retry_payment,
is_retry_payment, should_continue_further,
should_continue_further, );
);
router_data = router_data.preprocessing_steps(state, connector).await?; router_data = router_data.preprocessing_steps(state, connector).await?;
let should_continue_further = matches!( let should_continue_further = matches!(