-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Plans in Site Creation: Fix for the free domain name from the Calypso popup #19391
Merged
ravishanker
merged 5 commits into
trunk
from
feature/read-domain-from-plan-selection-page
Oct 17, 2023
Merged
Plans in Site Creation: Fix for the free domain name from the Calypso popup #19391
ravishanker
merged 5 commits into
trunk
from
feature/read-domain-from-plan-selection-page
Oct 17, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
App Name | ![]() |
|
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr19391-3ed6555 | |
Commit | 3ed6555 | |
Direct Download | jetpack-prototype-build-pr19391-3ed6555.apk |
|
App Name | ![]() |
|
Flavor | Jalapeno | |
Build Type | Debug | |
Version | pr19391-3ed6555 | |
Commit | 3ed6555 | |
Direct Download | wordpress-prototype-build-pr19391-3ed6555.apk |
…re/read-domain-from-plan-selection-page
fix for failing test
@irfano - Tested it after merging Calypso PR. Please feel free to merge this. Give a final spin of the other PR before merging that too. 👍 |
3 tasks
Base automatically changed from
Plans-in-site-creation-Update-RELEASE-NOTES
to
trunk
October 17, 2023 11:01
ravishanker
approved these changes
Oct 17, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This improves the plans in the site creation flow. If a domain from the plan selection screen was received (via
redirect_url
), it will be used for creating the cart.Important
Before testing and merging this PR, the Automattic/wp-calypso#83045 must be merged.
domainName
parameter toCreateSite
event.domain_name
fromredirect_url
is passed to theCreateSite
event. It's null ifredirect_url
does not return any domain. In that case, the domain from the domain selection will be used.To test:
Site creation with a free domain and free plan
Also, test these cases
Regression Notes
Potential unintended areas of impact
This may break different flow in site creation checkout flow
What I did to test those areas of impact (or what existing automated tests I relied on)
Tested manually
What automated tests I added (or what prevented me from doing so)
This only updates the current behavior, no automated test was added.
PR submission checklist:
RELEASE-NOTES.txt
if necessary.UI Changes testing checklist: