mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-11 18:59:20 +08:00
feat(analytics): revert remove additional filters from PaymentIntentFilters (#6492)
This commit is contained in:
@@ -35,6 +35,12 @@ pub fn get_payment_intent_dimensions() -> Vec<NameDescription> {
|
||||
PaymentIntentDimensions::PaymentIntentStatus,
|
||||
PaymentIntentDimensions::Currency,
|
||||
PaymentIntentDimensions::ProfileId,
|
||||
PaymentIntentDimensions::Connector,
|
||||
PaymentIntentDimensions::AuthType,
|
||||
PaymentIntentDimensions::PaymentMethod,
|
||||
PaymentIntentDimensions::PaymentMethodType,
|
||||
PaymentIntentDimensions::CardNetwork,
|
||||
PaymentIntentDimensions::MerchantId,
|
||||
]
|
||||
.into_iter()
|
||||
.map(Into::into)
|
||||
|
||||
Reference in New Issue
Block a user