diff --git a/ghost/portal/src/App.js b/ghost/portal/src/App.js index c04727d1f4..df8fab0514 100644 --- a/ghost/portal/src/App.js +++ b/ghost/portal/src/App.js @@ -583,7 +583,7 @@ export default class App extends React.Component { this.dispatchAction('openPopup', { page: 'loading' }); - this.dispatchAction('checkoutPlan', {plan: price.id, offerId}); + this.dispatchAction('signup', {plan: price.id, offerId}); } else { this.dispatchAction('openPopup', { page: 'offer',