Commit 11916743 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'vs/fix-zuora-iframe-size' into 'master'

Fix Zuora iframe on client-side error

See merge request gitlab-org/gitlab!65140
parents e52fbe90 126d4954
...@@ -102,7 +102,6 @@ export default { ...@@ -102,7 +102,6 @@ export default {
} }
this.isLoading = false; this.isLoading = false;
this.$refs.zuora.contentWindow.postMessage('resize', this.allowedOrigin);
}, },
isEventAllowedForOrigin(event) { isEventAllowedForOrigin(event) {
try { try {
...@@ -143,7 +142,6 @@ export default { ...@@ -143,7 +142,6 @@ export default {
<gl-loading-icon v-if="isLoading" size="lg" /> <gl-loading-icon v-if="isLoading" size="lg" />
<!-- eslint-disable @gitlab/vue-require-i18n-strings --> <!-- eslint-disable @gitlab/vue-require-i18n-strings -->
<iframe <iframe
v-show="!isLoading"
ref="zuora" ref="zuora"
:src="iframeSrc" :src="iframeSrc"
style="border: none" style="border: none"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment