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

GH-2037: Fix account link #537

Merged
merged 2 commits into from Apr 28, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Next
fix subscription base url
  • Loading branch information
fcjr committed Apr 28, 2020
commit 3a0eccc11432d3ca9d138bcfc10a6a592d488f66
@@ -845,7 +845,7 @@ function onMessageHandler(request, sender, callback) {
return true;
}
if (name === 'account.openSubscriptionPage') {
utils.openNewTab({ url: `${globals.CHECKOUT_BASE_URL}/subscription`, become_active: true });
utils.openNewTab({ url: `${globals.ACCOUNT_BASE_URL}/subscription`, become_active: true });
return false;
}
if (name === 'account.openCheckoutPage') {
ProTip! Use n and p to navigate between commits in a pull request.