test commit

This commit is contained in:
Kirill
2026-05-21 12:18:36 +05:00
parent 76cd19e3ab
commit a176955521
3 changed files with 1 additions and 8 deletions
@@ -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) {