mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +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,
|
||||
)
|
||||
.await?;
|
||||
let should_continue_further =
|
||||
tokenization::update_router_data_with_payment_method_token_result(
|
||||
payment_method_token_response,
|
||||
&mut router_data,
|
||||
is_retry_payment,
|
||||
should_continue_further,
|
||||
);
|
||||
tokenization::update_router_data_with_payment_method_token_result(
|
||||
payment_method_token_response,
|
||||
&mut router_data,
|
||||
is_retry_payment,
|
||||
should_continue_further,
|
||||
);
|
||||
|
||||
router_data = router_data.preprocessing_steps(state, connector).await?;
|
||||
let should_continue_further = matches!(
|
||||
|
||||
Reference in New Issue
Block a user