mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 13:30:39 +08:00
chore: address clippy lints
This commit is contained in:
@ -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!(
|
||||||
|
|||||||
Reference in New Issue
Block a user