Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
tsdk02 opened this issue Nov 18, 2024 · 0 comments · Fixed by #6595
Assignees
Labels

Comments

@tsdk02
Copy link
Contributor

tsdk02 commented Nov 18, 2024

There is a serialization issue for card_last_4 and authentication_type fields when filters are getting applied for PaymentIntentFilters.

  • card_last_4 was being processed as card_last4 .
  • auth_type is being used to add the filters and not serialized into Authentication_type.

Need to serialize the fields properly, before applying these filters in the query.

@tsdk02 tsdk02 added A-Analytics C-bug Category: Bug labels Nov 18, 2024
@tsdk02 tsdk02 self-assigned this Nov 18, 2024
@tsdk02 tsdk02 changed the title fix(analytics): fix authentication_type and card_last_4` fields serialization for payment_intent_filters fix(analytics): fix authentication_type and card_last_4 fields serialization for payment_intent_filters Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant