Skip to content

Commit

Permalink
fix(analytics): fix authentication_type and card_last_4 fields se…
Browse files Browse the repository at this point in the history
…rialization for payment_intent_filters (#6595)
  • Loading branch information
tsdk02 authored Nov 19, 2024
1 parent 9787a2b commit 0302c30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/api_models/src/analytics/payment_intents.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0302c30

Please sign in to comment.