Removing section
This commit is contained in:
parent
626fffb2af
commit
d1fc9faff3
1 changed files with 1 additions and 21 deletions
|
|
@ -35,13 +35,7 @@
|
|||
<textBlock
|
||||
ref="tpaConfirmationBodyTwo"
|
||||
:customText="tpaConfirmationBodyTwo"
|
||||
class="small mt-0 mb-4" />
|
||||
<textBlock
|
||||
id="contactCarrierText"
|
||||
ref="contactCarrierText"
|
||||
:customText="contactCarrierText"
|
||||
class="contact-carrier-text small"
|
||||
@click="setBailoutInfo()" />
|
||||
class="small mt-0" />
|
||||
<div ref="confirmationOrderDetailsSection">
|
||||
<textBlock
|
||||
ref="tpaConfirmationOrderDetailsTitle"
|
||||
|
|
@ -160,20 +154,6 @@ export default {
|
|||
tpaConfirmationBodyTwo() {
|
||||
return this.getCmsContent('TPAConfirmationContent', 'BodyText2');
|
||||
},
|
||||
contactCarrierText() {
|
||||
const contactCarrierText = this.getCmsContent(
|
||||
'ContactCarrierContent',
|
||||
'Text'
|
||||
)?.replaceAll(
|
||||
'{custom:carrierPhoneNumber}',
|
||||
this.carrierPhoneNumber
|
||||
);
|
||||
return this.processIfStatements(
|
||||
contactCarrierText,
|
||||
'custom',
|
||||
this.getCustomValueFromString
|
||||
);
|
||||
},
|
||||
orderDetailsTitle() {
|
||||
return this.getCmsContent('OrderDetailsContent', 'HeaderText');
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue