fix(analytics): fix authentication_type and card_last_4 fields serialization for payment_intent_filters (#6595)

This commit is contained in:
Sandeep Kumar
2024-11-20 01:07:36 +05:30
committed by GitHub
parent 9787a2becf
commit 0302c3033f

View File

@ -63,11 +63,15 @@ pub enum PaymentIntentDimensions {
Currency,
ProfileId,
Connector,
#[strum(serialize = "authentication_type")]
#[serde(rename = "authentication_type")]
AuthType,
PaymentMethod,
PaymentMethodType,
CardNetwork,
MerchantId,
#[strum(serialize = "card_last_4")]
#[serde(rename = "card_last_4")]
CardLast4,
CardIssuer,
ErrorReason,