diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index fd261483c..2eefbb996 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -15,13 +15,6 @@ -
-

thresholdToUse: {{ thresholdToUse }}

-

externalSource: {{ externalSource }}

-

typeof recalSettingValue: {{ typeof recalSettingValue }}

-

recalSettingValue: {{ recalSettingValue }}

-
- insuranceThreshold @@ -374,8 +363,6 @@ export default { ? store.getters.externalParameterSource : null; - vm.externalSource = externalSource; // TEMP 9/23 - // Business logic to determine what "external" source is if (externalSource?.includes("LeadGen")) { const externalThreshold = experimentMixin.methods.getSettingValue( @@ -392,8 +379,6 @@ export default { baseMixin.methods.ResetExternalParamsAndHideModal(); } } - - vm.thresholdToUse = thresholdToUse; }); }, data() { @@ -405,9 +390,6 @@ export default { servicePackage: null, holdParentAccountNumber: null, holdBillToAccountNumber: null, - - thresholdToUse: null, // TEMP 9/23 - externalSource: null, // TEMP 9/23 }; }, computed: { diff --git a/src/layouts/quote/service-package-question/service-package-question.vue b/src/layouts/quote/service-package-question/service-package-question.vue index b092ea65b..6af6a31f5 100644 --- a/src/layouts/quote/service-package-question/service-package-question.vue +++ b/src/layouts/quote/service-package-question/service-package-question.vue @@ -1,15 +1,4 @@