File tree Expand file tree Collapse file tree 27 files changed +50
-29
lines changed Expand file tree Collapse file tree 27 files changed +50
-29
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { ACCOUNT_MEMBER_TOKEN_COOKIE_NAME } from "../../lib/cookie-constants";
7
7
import { retrieveAccountMemberCredentials } from "../../lib/retrieve-account-member-credentials" ;
8
8
import { revalidatePath , revalidateTag } from "next/cache" ;
9
9
import { getErrorMessage } from "../../lib/get-error-message" ;
10
- import { createElasticPathClient } from "../(store)/membership /create-elastic-path-client" ;
10
+ import { createElasticPathClient } from "../../lib /create-elastic-path-client" ;
11
11
import { postV2AccountMembersTokens } from "@epcc-sdk/sdks-shopper" ;
12
12
import { createCookieFromGenerateTokenResponse } from "../../lib/create-cookie-from-generate-token-response" ;
13
13
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { ReactNode } from "react";
3
3
import { getStoreInitialState } from "../../lib/get-store-initial-state" ;
4
4
import { Providers } from "../providers" ;
5
5
import clsx from "clsx" ;
6
- import { createElasticPathClient } from "../(store)/membership /create-elastic-path-client" ;
6
+ import { createElasticPathClient } from "../../lib /create-elastic-path-client" ;
7
7
8
8
const SITE_NAME = process . env . NEXT_PUBLIC_SITE_NAME ;
9
9
const baseUrl = process . env . NEXT_PUBLIC_VERCEL_URL
Original file line number Diff line number Diff line change 9
9
getV2AccountMembersAccountMemberId ,
10
10
ResponseCurrency ,
11
11
} from "@epcc-sdk/sdks-shopper" ;
12
- import { createElasticPathClient } from "../../(store)/membership /create-elastic-path-client" ;
12
+ import { createElasticPathClient } from "../../../lib /create-elastic-path-client" ;
13
13
import { getCart } from "@epcc-sdk/sdks-shopper" ;
14
14
import { TAGS } from "../../../lib/constants" ;
15
15
import { AccountCheckoutForm } from "./AccoutCheckoutForm" ;
Original file line number Diff line number Diff line change 6
6
CheckoutForm ,
7
7
checkoutFormSchema ,
8
8
} from "../../../components/checkout/form-schema/checkout-form-schema" ;
9
- import { createElasticPathClient } from "../../(store)/membership /create-elastic-path-client" ;
9
+ import { createElasticPathClient } from "../../../lib /create-elastic-path-client" ;
10
10
import {
11
11
manageCarts ,
12
12
checkoutApi ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { cookies } from "next/headers";
6
6
import { notFound } from "next/navigation" ;
7
7
import { CheckoutViews } from "./CheckoutViews" ;
8
8
import { getAllCurrencies , getCart } from "@epcc-sdk/sdks-shopper" ;
9
- import { createElasticPathClient } from "../../(store)/membership /create-elastic-path-client" ;
9
+ import { createElasticPathClient } from "../../../lib /create-elastic-path-client" ;
10
10
import { OrderConfirmationProvider } from "./OrderConfirmationProvider" ;
11
11
import { TAGS } from "../../../lib/constants" ;
12
12
import { isAccountAuthenticated } from "@epcc-sdk/sdks-nextjs" ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { ReactNode } from "react";
3
3
import { getStoreInitialState } from "../../lib/get-store-initial-state" ;
4
4
import { Providers } from "../providers" ;
5
5
import clsx from "clsx" ;
6
- import { createElasticPathClient } from "../(store)/membership /create-elastic-path-client" ;
6
+ import { createElasticPathClient } from "../../lib /create-elastic-path-client" ;
7
7
8
8
const SITE_NAME = process . env . NEXT_PUBLIC_SITE_NAME ;
9
9
const baseUrl = process . env . NEXT_PUBLIC_VERCEL_URL
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { ArrowLeftIcon } from "@heroicons/react/24/outline";
11
11
import React from "react" ;
12
12
import { Separator } from "../../../../../components/separator/Separator" ;
13
13
import { UpdateForm } from "./UpdateForm" ;
14
- import { createElasticPathClient } from "../../../membership /create-elastic-path-client" ;
14
+ import { createElasticPathClient } from "../../../../../lib /create-elastic-path-client" ;
15
15
import { getV2AccountAddress } from "@epcc-sdk/sdks-shopper" ;
16
16
17
17
export const dynamic = "force-dynamic" ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { ACCOUNT_MEMBER_TOKEN_COOKIE_NAME } from "../../../../lib/cookie-constan
10
10
import { revalidatePath , revalidateTag } from "next/cache" ;
11
11
import { shippingAddressSchema } from "../../../../components/checkout/form-schema/checkout-form-schema" ;
12
12
import { redirect } from "next/navigation" ;
13
- import { createElasticPathClient } from "../../membership /create-elastic-path-client" ;
13
+ import { createElasticPathClient } from "../../../../lib /create-elastic-path-client" ;
14
14
import {
15
15
deleteV2AccountAddress ,
16
16
postV2AccountAddress ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { Button } from "../../../../components/button/Button";
11
11
import { Separator } from "../../../../components/separator/Separator" ;
12
12
import React from "react" ;
13
13
import { DeleteAddressBtn } from "./DeleteAddressBtn" ;
14
- import { createElasticPathClient } from "../../membership /create-elastic-path-client" ;
14
+ import { createElasticPathClient } from "../../../../lib /create-elastic-path-client" ;
15
15
import { getV2AccountAddresses } from "@epcc-sdk/sdks-shopper" ;
16
16
import { TAGS } from "../../../../lib/constants" ;
17
17
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { ArrowLeftIcon } from "@heroicons/react/24/outline";
7
7
import Link from "next/link" ;
8
8
import { formatIsoDateString } from "../../../../../lib/format-iso-date-string" ;
9
9
import { OrderLineItem } from "./OrderLineItem" ;
10
- import { createElasticPathClient } from "../../../membership /create-elastic-path-client" ;
10
+ import { createElasticPathClient } from "../../../../../lib /create-elastic-path-client" ;
11
11
import {
12
12
getAnOrder ,
13
13
CartItemsObjectResponse ,
You can’t perform that action at this time.
0 commit comments