mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +08:00
fix(analytics): fix authentication_type and card_last_4 fields serialization for payment_intent_filters (#6595)
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user