setup restuarant
This commit is contained in:
@@ -20,7 +20,7 @@ export interface RestaurantData {
|
||||
marriageDateScore: string;
|
||||
referrerScore: string;
|
||||
};
|
||||
plan: PlanEnum.Premium;
|
||||
plan: PlanEnum;
|
||||
subscriptionId: string;
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@ export const restaurantsData: RestaurantData[] = [
|
||||
marriageDateScore: '10000',
|
||||
referrerScore: '10000',
|
||||
},
|
||||
plan: PlanEnum.Premium,
|
||||
plan: PlanEnum.Base,
|
||||
subscriptionId: 'sub_seed_boote_001',
|
||||
},
|
||||
{
|
||||
@@ -115,7 +115,7 @@ export const restaurantsData: RestaurantData[] = [
|
||||
marriageDateScore: '10000',
|
||||
referrerScore: '10000',
|
||||
},
|
||||
plan: PlanEnum.Premium,
|
||||
plan: PlanEnum.Base,
|
||||
subscriptionId: 'sub_seed_honar_001',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user