remove unneeded method
This commit is contained in:
parent
2a28e952d8
commit
82d3fedeaf
1 changed files with 0 additions and 3 deletions
|
|
@ -292,9 +292,6 @@ export default {
|
||||||
? payInAdvanceType
|
? payInAdvanceType
|
||||||
: paymentMethods.PAY_AT_TIME_OF_SERVICE;
|
: paymentMethods.PAY_AT_TIME_OF_SERVICE;
|
||||||
},
|
},
|
||||||
updateDeductibleTotal(newDeductibleTotal) {
|
|
||||||
this.deductibleTotal = newDeductibleTotal;
|
|
||||||
},
|
|
||||||
updateFooterButtonText(newValue) {
|
updateFooterButtonText(newValue) {
|
||||||
this.$refs.siteFooter.updateButtonText(newValue);
|
this.$refs.siteFooter.updateButtonText(newValue);
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue