diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 1efbf00f2..17350a3ca 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -624,7 +624,7 @@ export default { return `${this.ServiceLocationAddress.toLowerCase()}${this.ServiceLocationAddress2 ? ", " + this.ServiceLocationAddress2 : ""}, ${this.ServiceLocationCity.toLowerCase()}, ${this.ServiceLocationState} ${this.ServiceLocationZipCode}`; }, ServiceLocationFullAddress() { - if (this.AppointmentType === "Mobile") { + if (this.AppointmentType === AppointmentTypeStrings.MOBILE) { return { streetAddress: this.$store.getters.order.serviceLocation?.address, address2: this.$store.getters.order.serviceLocation?.address2,