update seeder
This commit is contained in:
@@ -79,4 +79,33 @@ export const restaurantsData: RestaurantData[] = [
|
||||
referrerScore: '10000',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'هنر',
|
||||
slug: 'honar',
|
||||
domain: 'https://dmenu-plus-front.dev.danakcorp.com/honar',
|
||||
isActive: true,
|
||||
phone: '09184317567',
|
||||
serviceArea: {
|
||||
type: 'Polygon',
|
||||
coordinates: [
|
||||
[
|
||||
[51.389, 35.6892],
|
||||
[51.39, 35.6892],
|
||||
[51.39, 35.6902],
|
||||
[51.389, 35.6902],
|
||||
[51.389, 35.6892],
|
||||
],
|
||||
],
|
||||
},
|
||||
score: {
|
||||
purchaseAmount: '10000',
|
||||
purchaseScore: '10000',
|
||||
scoreAmount: '10000',
|
||||
scoreCredit: '10000',
|
||||
birthdayScore: '10000',
|
||||
registerScore: '10000',
|
||||
marriageDateScore: '10000',
|
||||
referrerScore: '10000',
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user