From 1ac32794318d043acfe62bf31757aa43c33133b7 Mon Sep 17 00:00:00 2001 From: prajjwalkumar17 Date: Mon, 11 Nov 2024 19:54:36 +0530 Subject: [PATCH] remove mca_id --- crates/router/src/core/routing/helpers.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/router/src/core/routing/helpers.rs b/crates/router/src/core/routing/helpers.rs index 8ed1dac93bd3..f9122b452add 100644 --- a/crates/router/src/core/routing/helpers.rs +++ b/crates/router/src/core/routing/helpers.rs @@ -760,7 +760,6 @@ pub async fn push_metrics_with_update_window_for_success_based_routing( payment_attempt.profile_id.get_string_repr() ), ), - ("merchant_connector_id", merchant_connector_id.to_string()), ( "success_based_routing_connector", first_success_based_connector.to_string(),