mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
feat(analytics): refactor and rewrite authentication related analytics (#7433)
Co-authored-by: Sandeep Kumar <sandeep.kumar@Sandeep-Kumar-LVF93XQXPC.local>
This commit is contained in:
@ -19,6 +19,7 @@ use api_models::{
|
||||
},
|
||||
refunds::RefundStatus,
|
||||
};
|
||||
use common_enums::{AuthenticationStatus, TransactionStatus};
|
||||
use common_utils::{
|
||||
errors::{CustomResult, ParsingError},
|
||||
id_type::{MerchantId, OrganizationId, ProfileId},
|
||||
@ -502,6 +503,8 @@ impl_to_sql_for_to_string!(
|
||||
Currency,
|
||||
RefundType,
|
||||
FrmTransactionType,
|
||||
TransactionStatus,
|
||||
AuthenticationStatus,
|
||||
Flow,
|
||||
&String,
|
||||
&bool,
|
||||
|
||||
Reference in New Issue
Block a user