mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(analytics): add sessionized_metrics for disputes analytics (#6573)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -932,6 +932,8 @@ impl ToSql<SqlxClient> for AnalyticsCollection {
|
||||
Self::OutgoingWebhookEvent => Err(error_stack::report!(ParsingError::UnknownError)
|
||||
.attach_printable("OutgoingWebhookEvents table is not implemented for Sqlx"))?,
|
||||
Self::Dispute => Ok("dispute".to_string()),
|
||||
Self::DisputeSessionized => Err(error_stack::report!(ParsingError::UnknownError)
|
||||
.attach_printable("DisputeSessionized table is not implemented for Sqlx"))?,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user