Prettified

This commit is contained in:
Leah Schumann 2023-11-29 06:53:18 -05:00
parent db0a007390
commit 021d7a063f

View file

@ -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,