Skip to content

Commit

Permalink
removed ReturnToCart component
Browse files Browse the repository at this point in the history
  • Loading branch information
gertamngcommit committed Nov 21, 2023
1 parent bf19ceb commit 1ac5b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NEXT_PUBLIC_BASE_PATH=
NEXT_PUBLIC_SLUG=cangol
NEXT_PUBLIC_DOMAIN=
NEXT_PUBLIC_SLUG=
NEXT_PUBLIC_DOMAIN=https://staging-checkout.cyrcool.com
NEXT_PUBLIC_HOSTED=

E2E_CLIENT_ID=
Expand Down
2 changes: 0 additions & 2 deletions components/composite/OrderSummary/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { AppProviderData } from "components/data/AppProvider"
import { LINE_ITEMS_SHOPPABLE } from "components/utils/constants"

import { LineItemTypes } from "./LineItemTypes"
import { ReturnToCart } from "./ReturnToCart"
import {
SummaryHeader,
SummarySubTitle,
Expand Down Expand Up @@ -210,7 +209,6 @@ export const OrderSummary: React.FC<Props> = ({ appCtx, readonly }) => {
className="text-xl font-extrabold"
/>
</RecapLineTotal>
<ReturnToCart cartUrl={appCtx.cartUrl} />
</AmountWrapper>
</TotalWrapper>
</Wrapper>
Expand Down

0 comments on commit 1ac5b91

Please sign in to comment.