From af3f7cadbb49ae7698fd265730fc436c4d360805 Mon Sep 17 00:00:00 2001 From: Chikke Srujan Date: Fri, 22 Nov 2024 16:25:47 +0530 Subject: [PATCH] clippy v2 fix --- crates/router/src/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/router/src/utils.rs b/crates/router/src/utils.rs index 1dac3da8c5a..0eabd3722aa 100644 --- a/crates/router/src/utils.rs +++ b/crates/router/src/utils.rs @@ -1334,7 +1334,7 @@ pub async fn trigger_refund_outgoing_webhook( pub async fn trigger_refund_outgoing_webhook( state: &SessionState, merchant_account: &domain::MerchantAccount, - refund: &diesel_models::refund, + refund: &diesel_models::Refund, profile_id: id_type::ProfileId, key_store: &domain::MerchantKeyStore, ) -> RouterResult<()> {