orders
This commit is contained in:
@@ -21,9 +21,9 @@ export const deliveryMethodsData: DeliveryMethodData[] = [
|
||||
order: 1,
|
||||
},
|
||||
{
|
||||
method: DeliveryMethodEnum.Pickup,
|
||||
title: 'تحویل در رستوران',
|
||||
description: 'تحویل غذا در محل',
|
||||
method: DeliveryMethodEnum.CustomerPickup,
|
||||
title: 'برداشت از رستوران',
|
||||
description: 'برداشت غذا از رستوران',
|
||||
deliveryFee: 0,
|
||||
minOrderPrice: 0,
|
||||
enabled: true,
|
||||
|
||||
Reference in New Issue
Block a user