diff --git a/client/src/features/order-payment/ui/OrderPaymentSection.tsx b/client/src/features/order-payment/ui/OrderPaymentSection.tsx index 4f13e7b..cfacf9b 100644 --- a/client/src/features/order-payment/ui/OrderPaymentSection.tsx +++ b/client/src/features/order-payment/ui/OrderPaymentSection.tsx @@ -13,14 +13,7 @@ type Props = { onPay: () => void } -export function OrderPaymentSection({ - status, - deliveryFeeLocked, - paymentMethod, - isPayPending, - payError, - onPay, -}: Props) { +export function OrderPaymentSection({ status, deliveryFeeLocked, paymentMethod, isPayPending, onPay }: Props) { const payOnPickup = (paymentMethod ?? 'online') === 'on_pickup' if (payOnPickup) { diff --git a/server/prisma/prisma/dev.db b/server/prisma/prisma/dev.db index 9478cf6..c72d838 100644 Binary files a/server/prisma/prisma/dev.db and b/server/prisma/prisma/dev.db differ diff --git a/server/prisma/prisma/dev.db-journal b/server/prisma/prisma/dev.db-journal deleted file mode 100644 index d779ae1..0000000 Binary files a/server/prisma/prisma/dev.db-journal and /dev/null differ