Skip to content
Snippets Groups Projects
Commit b4a6326a authored by Jeremy Guiselin's avatar Jeremy Guiselin
Browse files

football mock

parent 6643b1d0
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,22 @@
{ productId: 'tennis_full_4', 'title': 'Tennis 5', description: 'Tennis 5 pack', price: '3.99€' },
{ productId: 'tennis_full_5', 'title': 'Tennis 6', description: 'Tennis 6 pack', price: '4.99€' }
],
'football': {}
'football': [
{ productId: 'ligue_1', 'title': 'Ligue 1', description: 'Ligue 1 pack', price: '0.99€' },
{ productId: 'bundesliga', title: 'Bundesliga', description: 'Bundesliga pack', price: '0.99€' },
{ productId: 'liga_bbva', title: 'Liga BBVA', description: 'Liga BBVA pack', price: '0.99€' },
{ productId: 'liga_nos', title: 'Liga NOS', description: 'Liga NOS pack', price: '0.99€' },
{ productId: 'serie_a', title: 'Serie A', description: 'Serie A pack', price: '0.99€' },
{ productId: 'eredivisie', title: 'Eredivisie', description: 'Eredivisie pack', price: '0.99€' },
{ productId: 'premiere_league', title: 'Premiere League', description: 'Premiere League pack', price: '0.99€' },
{ productId: 'champions_league', title: 'Champions League', description: 'Champions League pack', price: '1.99€' },
{ productId: 'full_champions_league', title: 'Full Champions League', description: 'Full Champions League pack', price: '2.99€' },
{ productId: 'football_full_2', 'title': 'Tennis 2', description: 'Tennis 2 pack', price: '1.99€' },
{ productId: 'football_full_3', 'title': 'Tennis 3', description: 'Tennis 3 pack', price: '1.99€' },
{ productId: 'football_full_4', 'title': 'Tennis 4', description: 'Tennis 4 pack', price: '2.99€' },
{ productId: 'football_full_5', 'title': 'Tennis 5', description: 'Tennis 5 pack', price: '3.99€' },
{ productId: 'football_full_6', 'title': 'Tennis 6', description: 'Tennis 2 pack', price: '4.99€' }
]
}
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment