feat(analytics): revert remove additional filters from PaymentIntentFilters (#6492)

This commit is contained in:
Sandeep Kumar
2024-11-08 21:03:57 +05:30
committed by GitHub
parent 5af532a121
commit ce95b6538d
20 changed files with 370 additions and 2 deletions

View File

@@ -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)