product
This commit is contained in:
@@ -19,7 +19,7 @@ export interface ShopData {
|
||||
subscriptionId: string;
|
||||
}
|
||||
|
||||
export const shopsData: ShopData[] =[
|
||||
export const shopsData: ShopData[] = [
|
||||
{
|
||||
name: 'ژیوان',
|
||||
slug: 'zhivan',
|
||||
@@ -37,7 +37,7 @@ export const shopsData: ShopData[] =[
|
||||
marriageDateScore: '0',
|
||||
referrerScore: '0',
|
||||
},
|
||||
subscriptionId: 'sub_seed_zhivan_001',
|
||||
subscriptionId: 'sub_seed_zhivan_001',
|
||||
},
|
||||
{
|
||||
name: 'بوته',
|
||||
@@ -56,6 +56,6 @@ export const shopsData: ShopData[] =[
|
||||
marriageDateScore: '0',
|
||||
referrerScore: '0',
|
||||
},
|
||||
subscriptionId: 'sub_seed_boote_001',
|
||||
subscriptionId: 'sub_seed_boote_001',
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user