We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a follow up of #47493
In order to redirect to Calypso launch flow when clicking Launch in the editor for a site with a paid plan active, we need to get data about having a paid active plan to ETK in https://github.com/Automattic/wp-calypso/blob/master/apps/editing-toolkit/editing-toolkit-plugin/editor-gutenboarding-launch/index.ts#L92
This can be achieved in 2 ways: A. pass the data through iframe as suggested in #47493 (comment) B. get the data directly from Site data-store
Site
The text was updated successfully, but these errors were encountered:
razvanpapadopol
Successfully merging a pull request may close this issue.
This is a follow up of #47493
In order to redirect to Calypso launch flow when clicking Launch in the editor for a site with a paid plan active, we need to get data about having a paid active plan to ETK in https://github.com/Automattic/wp-calypso/blob/master/apps/editing-toolkit/editing-toolkit-plugin/editor-gutenboarding-launch/index.ts#L92
This can be achieved in 2 ways:
A. pass the data through iframe as suggested in #47493 (comment)
B. get the data directly from
Site
data-storeThe text was updated successfully, but these errors were encountered: