add split bill choice bottom sheet
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user