mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(analytics): Add RoutingApproach filter in payment analytics (#8408)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -15,7 +15,7 @@ use api_models::{
|
||||
},
|
||||
enums::{
|
||||
AttemptStatus, AuthenticationType, Connector, Currency, DisputeStage, IntentStatus,
|
||||
PaymentMethod, PaymentMethodType,
|
||||
PaymentMethod, PaymentMethodType, RoutingApproach,
|
||||
},
|
||||
refunds::RefundStatus,
|
||||
};
|
||||
@ -514,7 +514,8 @@ impl_to_sql_for_to_string!(
|
||||
&bool,
|
||||
&u64,
|
||||
u64,
|
||||
Order
|
||||
Order,
|
||||
RoutingApproach
|
||||
);
|
||||
|
||||
impl_to_sql_for_to_string!(
|
||||
|
||||
Reference in New Issue
Block a user