fix(analytics): fix authentication_type
and card_last_4
fields serialization for payment_intent_filters
#6594
Labels
authentication_type
and card_last_4
fields serialization for payment_intent_filters
#6594
There is a serialization issue for
card_last_4
andauthentication_type
fields when filters are getting applied forPaymentIntentFilters
.card_last_4
was being processed ascard_last4
.auth_type
is being used to add the filters and not serialized intoAuthentication_type
.Need to serialize the fields properly, before applying these filters in the query.
The text was updated successfully, but these errors were encountered: