remove unneeded method

This commit is contained in:
Bill Richardson 2024-06-11 12:57:20 -04:00
parent 2a28e952d8
commit 82d3fedeaf

View file

@ -292,9 +292,6 @@ export default {
? payInAdvanceType
: paymentMethods.PAY_AT_TIME_OF_SERVICE;
},
updateDeductibleTotal(newDeductibleTotal) {
this.deductibleTotal = newDeductibleTotal;
},
updateFooterButtonText(newValue) {
this.$refs.siteFooter.updateButtonText(newValue);
},