CSR-1384: update naming on payment page too
This commit is contained in:
parent
84948b5cc1
commit
e2ad359408
1 changed files with 2 additions and 2 deletions
|
|
@ -188,7 +188,7 @@ import { applicationConfig } from "@/constants/application-config";
|
||||||
import { paymentMethods } from "@/constants/payment-method-constants";
|
import { paymentMethods } from "@/constants/payment-method-constants";
|
||||||
import { AppointmentTypeStrings } from "@/constants/schedule-constants";
|
import { AppointmentTypeStrings } from "@/constants/schedule-constants";
|
||||||
import baseMixin from "@/mixins/base-mixin.js";
|
import baseMixin from "@/mixins/base-mixin.js";
|
||||||
import { mapTaxedAvailableLineItemsToStoreFormat } from "../../store";
|
import { mapTaxedLineItemsToStoreFormat } from "../../store";
|
||||||
import {
|
import {
|
||||||
revalidatePromosAndValidateNewPromo,
|
revalidatePromosAndValidateNewPromo,
|
||||||
getAddableVapsFromAvailableLineItems,
|
getAddableVapsFromAvailableLineItems,
|
||||||
|
|
@ -348,7 +348,7 @@ export default {
|
||||||
|
|
||||||
// Match all available line items to the line items as they are in the store
|
// Match all available line items to the line items as they are in the store
|
||||||
// and rebuild the original structure.
|
// and rebuild the original structure.
|
||||||
const lineItems = mapTaxedAvailableLineItemsToStoreFormat(
|
const lineItems = mapTaxedLineItemsToStoreFormat(
|
||||||
availableLineItems,
|
availableLineItems,
|
||||||
lineItemsFromStore
|
lineItemsFromStore
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue