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

MOB-9650 Added support for nested criteria match a.b.c #457

Merged

Conversation

darshan-iterable
Copy link

@darshan-iterable darshan-iterable commented Sep 26, 2024

JIRA Ticket(s) if any

Description

Add support to check for nested criteria a.b.c

Test Steps

Video attached to the ticket, See a JIRA ticket for the video

if (key === SHARED_PREFS_EVENT_LIST_KEY) {
return JSON.stringify([
{
eventName: 'button-clicked',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make sure that the data that is passed in for the test matching the updateCart API parameters: https://api.iterable.com/api/docs#commerce_updateCart

We should have 2 separate tests. One for the eventName "button-clicked" and one for eventName "updateCart".

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changes are not relatable to the "updateCart" so removed "updateCart" from the criteria,

All changes are related to "customEvent" only

@mprew97 mprew97 merged commit 604ea66 into AUT_main Oct 2, 2024
1 check passed
@mprew97 mprew97 deleted the feature/MOB-9650-support-for-nested-criteria-a.b.c branch October 2, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants