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<()> {