diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index b81ed9d5a..a480752e3 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -365,7 +365,8 @@ export default { storeActions.TAX_ORDER_ITEMS_AND_SAVE_SERVER_DATA, { billToAccountNumber: "87291", - providerNumber: this.$store.getters.order.serviceLocation.provider.providerNumber, + providerNumber: + this.$store.getters.order.serviceLocation.provider.providerNumber, appointmentType: this.$store.getters.order.serviceLocation.appointmentType, serviceLocationCity: this.$store.getters.order.serviceLocation.city, serviceLocationState: this.$store.getters.order.serviceLocation.state,