diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index b8310f43..7dee7636 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -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); },