mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	feat(connector_events): added api to fetch connector event logs (#3319)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: harsh-sharma-juspay <125131007+harsh-sharma-juspay@users.noreply.github.com>
This commit is contained in:
		| @ -429,6 +429,8 @@ impl ToSql<SqlxClient> for AnalyticsCollection { | ||||
|             Self::ApiEvents => Err(error_stack::report!(ParsingError::UnknownError) | ||||
|                 .attach_printable("ApiEvents table is not implemented for Sqlx"))?, | ||||
|             Self::PaymentIntent => Ok("payment_intent".to_string()), | ||||
|             Self::ConnectorEvents => Err(error_stack::report!(ParsingError::UnknownError) | ||||
|                 .attach_printable("ConnectorEvents table is not implemented for Sqlx"))?, | ||||
|             Self::OutgoingWebhookEvent => Err(error_stack::report!(ParsingError::UnknownError) | ||||
|                 .attach_printable("OutgoingWebhookEvents table is not implemented for Sqlx"))?, | ||||
|         } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 ivor-juspay
					ivor-juspay