diff --git a/ghost/admin/app/components/gh-launch-wizard/connect-stripe.js b/ghost/admin/app/components/gh-launch-wizard/connect-stripe.js index 82b5a68eba..6d394ebe83 100644 --- a/ghost/admin/app/components/gh-launch-wizard/connect-stripe.js +++ b/ghost/admin/app/components/gh-launch-wizard/connect-stripe.js @@ -137,6 +137,7 @@ export default class GhLaunchWizardConnectStripeComponent extends Component { @task *pauseAndContinueTask() { + this.args.refreshPreview(); yield timeout(500); this.args.nextStep(); }