diff --git a/ghost/admin/app/components/gh-billing-update-button.js b/ghost/admin/app/components/gh-billing-update-button.js index a7d19d8b53..e48d4d5a1c 100644 --- a/ghost/admin/app/components/gh-billing-update-button.js +++ b/ghost/admin/app/components/gh-billing-update-button.js @@ -33,7 +33,8 @@ export default Component.extend({ if (!fetchingSubscription && !this.get('subscription')) { fetchingSubscription = true; iframe.contentWindow.postMessage({ - query: 'getSubscription' + query: 'getSubscription', + response: 'subscription' }, '*'); } }