feat(analytics): remove additional filters from PaymentIntentFilters (#6403)

This commit is contained in:
Sandeep Kumar
2024-10-23 11:54:48 +05:30
committed by GitHub
parent 1ca7223b97
commit 4ef48c39b3
19 changed files with 2 additions and 361 deletions

View File

@@ -35,12 +35,6 @@ 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)