CSR-1384: update naming on payment page too

This commit is contained in:
Adam Caouette 2023-11-08 19:45:34 -05:00
parent 84948b5cc1
commit e2ad359408

View file

@ -188,7 +188,7 @@ import { applicationConfig } from "@/constants/application-config";
import { paymentMethods } from "@/constants/payment-method-constants";
import { AppointmentTypeStrings } from "@/constants/schedule-constants";
import baseMixin from "@/mixins/base-mixin.js";
import { mapTaxedAvailableLineItemsToStoreFormat } from "../../store";
import { mapTaxedLineItemsToStoreFormat } from "../../store";
import {
revalidatePromosAndValidateNewPromo,
getAddableVapsFromAvailableLineItems,
@ -348,7 +348,7 @@ export default {
// Match all available line items to the line items as they are in the store
// and rebuild the original structure.
const lineItems = mapTaxedAvailableLineItemsToStoreFormat(
const lineItems = mapTaxedLineItemsToStoreFormat(
availableLineItems,
lineItemsFromStore
);