Commit 559ac7b7 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Remove redundant watcher

parent cdf7c5ef
...@@ -37,12 +37,6 @@ export default { ...@@ -37,12 +37,6 @@ export default {
return this.active && this.zuoraLoaded && !this.isLoading; return this.active && this.zuoraLoaded && !this.isLoading;
}, },
}, },
watch: {
// The Zuora script has loaded and the parameters for rendering the iframe have been fetched.
paymentFormParams() {
this.renderZuoraIframe();
},
},
mounted() { mounted() {
this.loadZuoraScript(); this.loadZuoraScript();
}, },
......
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