Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Jira Ticket
PM-797
Purpose
Currently there’s a cookie being stored on Step 1 of the webcarts. Meaning if a customer abandons a cart, and comes back later to try again, the user info is stored and they no longer can proceed to Step 1. To improve the customer experience on our webcarts, we’re going to remove the cookie on Step 1, as it is only relevant for Step 2.
Changes
We are deleting the savedOwnerID cookie when a user returns to the membership flow for the first form step. We do not delete the cookie if the user is editing petInfo from step 1.
Validate Changes
See https://pethealthinc.atlassian.net/browse/PM-797 for testing criteria