test commit
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user