mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	fix(multitenancy): consistently use tenant nomenclature everywhere (#6389)
This commit is contained in:
		| @ -739,7 +739,7 @@ pub async fn push_metrics_for_success_based_routing( | ||||
|             &metrics::CONTEXT, | ||||
|             1, | ||||
|             &add_attributes([ | ||||
|                 ("tenant", state.tenant.name.clone()), | ||||
|                 ("tenant", state.tenant.tenant_id.clone()), | ||||
|                 ( | ||||
|                     "merchant_id", | ||||
|                     payment_attempt.merchant_id.get_string_repr().to_string(), | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Kartikeya Hegde
					Kartikeya Hegde