mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(analytics): Add refund sessionized metrics for Analytics V2 dashboard (#6616)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -9,7 +9,7 @@ use api_models::{
|
||||
frm::{FrmDimensions, FrmTransactionType},
|
||||
payment_intents::PaymentIntentDimensions,
|
||||
payments::{PaymentDimensions, PaymentDistributions},
|
||||
refunds::{RefundDimensions, RefundType},
|
||||
refunds::{RefundDimensions, RefundDistributions, RefundType},
|
||||
sdk_events::{SdkEventDimensions, SdkEventNames},
|
||||
Granularity,
|
||||
},
|
||||
@ -488,6 +488,7 @@ impl_to_sql_for_to_string!(
|
||||
PaymentIntentDimensions,
|
||||
&PaymentDistributions,
|
||||
RefundDimensions,
|
||||
&RefundDistributions,
|
||||
FrmDimensions,
|
||||
PaymentMethod,
|
||||
PaymentMethodType,
|
||||
|
||||
Reference in New Issue
Block a user