test commit
This commit is contained in:
@@ -13,14 +13,7 @@ type Props = {
|
|||||||
onPay: () => void
|
onPay: () => void
|
||||||
}
|
}
|
||||||
|
|
||||||
export function OrderPaymentSection({
|
export function OrderPaymentSection({ status, deliveryFeeLocked, paymentMethod, isPayPending, onPay }: Props) {
|
||||||
status,
|
|
||||||
deliveryFeeLocked,
|
|
||||||
paymentMethod,
|
|
||||||
isPayPending,
|
|
||||||
payError,
|
|
||||||
onPay,
|
|
||||||
}: Props) {
|
|
||||||
const payOnPickup = (paymentMethod ?? 'online') === 'on_pickup'
|
const payOnPickup = (paymentMethod ?? 'online') === 'on_pickup'
|
||||||
|
|
||||||
if (payOnPickup) {
|
if (payOnPickup) {
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user