From 9c05f89167c10367e1750fcb3c80ef5e06cdf661 Mon Sep 17 00:00:00 2001 From: sai-harsha-vardhan Date: Sat, 11 Nov 2023 12:56:10 +0530 Subject: [PATCH] fix clippy --- crates/router/src/core/payments.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/router/src/core/payments.rs b/crates/router/src/core/payments.rs index 304a834eb67a..5c8089271bd9 100644 --- a/crates/router/src/core/payments.rs +++ b/crates/router/src/core/payments.rs @@ -255,7 +255,7 @@ where if config_bool && router_data.should_call_gsm() { router_data = retry::do_gsm_actions( - &state, + state, &mut payment_data, connectors, connector_data,