diff --git a/src/layouts/order-confirmation/add-to-calendar/add-to-calendar.vue b/src/layouts/order-confirmation/add-to-calendar/add-to-calendar.vue index 78e51491..014af7c5 100644 --- a/src/layouts/order-confirmation/add-to-calendar/add-to-calendar.vue +++ b/src/layouts/order-confirmation/add-to-calendar/add-to-calendar.vue @@ -87,9 +87,7 @@ export default { return this.getCmsContent(this.mobileWidgetName, 'BodyText'); }, AddToCalendar_InShop_Subject() { - const test = this.getCmsContent('AddToCalendar_InShop', 'HeaderText'); - console.log(test); - return test; + return this.getCmsContent('AddToCalendar_InShop', 'HeaderText'); }, AddToCalendar_InShop_Body() { return this.getCmsContent(this.inShopWidgetName, 'BodyText'); @@ -144,7 +142,8 @@ export default { const isHTML = false; let duration = ''; - if (this.appointmentType === AppointmentTypeStrings.MOBILE) { + if (this.appointmentType === AppointmentTypeStrings.MOBILE + || this.appointmentType === AppointmentTypeStrings.MOBILE_NOT_ITAC_AND_NOT_NOCOMP) { location = this.serviceLocationFullAddress?.replace('
', ''); subject = this.AddToCalendar_Mobile_Subject?.replace( '{custom:serviceType}',