SSR-334
This commit is contained in:
Jethe 2023-04-20 15:01:28 +05:30
parent bbcb61b6f6
commit f218baa545
2 changed files with 1 additions and 1 deletions

View file

@ -115,6 +115,7 @@ function processPageData(baseResponse, clientResponse) {
return pageDataFromCms;
}
// Parent function for processWidgetItemForReplacement. This will loop through the parent
// object and pass any objects that need additional processing to the processWidgetItemForReplacement function.
function findAndReplaceGlobalStateValues(widgetModel, widgetName) {

View file

@ -253,7 +253,6 @@ export default {
isDamageGlassOnly : this.mainStore.order.policy.isDamageGlassOnly,
phoneNumber : this.mainStore.order.customer.phoneNumber,
email : this.mainStore.order.customer.emailAddress,
policyZip: this.mainStore.order.customer.policyZip,
}
},
},