mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	build(deps): bump opentelemetry crates to 0.27 (#6774)
This commit is contained in:
		| @ -605,11 +605,7 @@ pub fn validate_dispute_stage_and_dispute_status( | ||||
|     common_utils::fp_utils::when( | ||||
|         !(dispute_stage_validation && dispute_status_validation), | ||||
|         || { | ||||
|             super::metrics::INCOMING_DISPUTE_WEBHOOK_VALIDATION_FAILURE_METRIC.add( | ||||
|                 &super::metrics::CONTEXT, | ||||
|                 1, | ||||
|                 &[], | ||||
|             ); | ||||
|             super::metrics::INCOMING_DISPUTE_WEBHOOK_VALIDATION_FAILURE_METRIC.add(1, &[]); | ||||
|             Err(errors::WebhooksFlowError::DisputeWebhookValidationFailed)? | ||||
|         }, | ||||
|     ) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sanchith Hegde
					Sanchith Hegde