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

Don't allow thanks module to mount until we have a transactionId. #3361

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

mcstover
Copy link
Collaborator

During UPC testing we observed the Thanks state after checkout on ML Landing pages getting stuck on a spinner. Turns out that component was only fetching thanks data on mounted but that was well before the transactionId was available. Now we wait for the transactionId before mounting the component.

Copy link

@torgie-kiva torgie-kiva left a comment

Choose a reason for hiding this comment

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

Well, that sure is a minimal change 🙂

@mcstover mcstover merged commit 110c7cd into master Oct 26, 2021
@mcstover mcstover deleted the CORE-233-ml-landing-thanks-state-fix branch October 26, 2021 16:21
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