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
|
<textBlock
|
||||||
ref="tpaConfirmationBodyTwo"
|
ref="tpaConfirmationBodyTwo"
|
||||||
:customText="tpaConfirmationBodyTwo"
|
:customText="tpaConfirmationBodyTwo"
|
||||||
class="small mt-0 mb-4" />
|
class="small mt-0" />
|
||||||
<textBlock
|
|
||||||
id="contactCarrierText"
|
|
||||||
ref="contactCarrierText"
|
|
||||||
:customText="contactCarrierText"
|
|
||||||
class="contact-carrier-text small"
|
|
||||||
@click="setBailoutInfo()" />
|
|
||||||
<div ref="confirmationOrderDetailsSection">
|
<div ref="confirmationOrderDetailsSection">
|
||||||
<textBlock
|
<textBlock
|
||||||
ref="tpaConfirmationOrderDetailsTitle"
|
ref="tpaConfirmationOrderDetailsTitle"
|
||||||
|
|
@ -160,20 +154,6 @@ export default {
|
||||||
tpaConfirmationBodyTwo() {
|
tpaConfirmationBodyTwo() {
|
||||||
return this.getCmsContent('TPAConfirmationContent', 'BodyText2');
|
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() {
|
orderDetailsTitle() {
|
||||||
return this.getCmsContent('OrderDetailsContent', 'HeaderText');
|
return this.getCmsContent('OrderDetailsContent', 'HeaderText');
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue