add split bill choice bottom sheet

This commit is contained in:
2025-12-03 01:53:28 +03:00
parent c43708be6d
commit 265fb4b983
8 changed files with 359 additions and 3 deletions

View File

@@ -6,13 +6,13 @@ import ProHeader from "components/ProHeader/ProHeader";
import { selectCart } from "features/order/orderSlice";
import { AddressSummary } from "pages/checkout/components/AddressSummary";
import BriefMenu from "pages/checkout/components/BriefMenu";
import CheckoutButton from "pages/checkout/components/CheckoutButton";
import { GiftCard } from "pages/checkout/components/GiftCard";
import PhoneCard from "pages/checkout/components/phoneCard";
import { OrderType } from "pages/checkout/hooks/types";
import { useTranslation } from "react-i18next";
import { useAppSelector } from "redux/hooks";
import styles from "../address/address.module.css";
import PayButton from "./components/PayButton";
export default function PayPage() {
@@ -58,7 +58,7 @@ export default function PayPage() {
<PaymentMethods />
</Layout.Content>
<CheckoutButton form={form} />
<PayButton form={form} />
</Layout>
</Form>
</>