SSR-334
SSR-334
This commit is contained in:
parent
bbcb61b6f6
commit
f218baa545
2 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue