From b4a6326a65daf30d4d21c9a5064105f84ffa5af9 Mon Sep 17 00:00:00 2001
From: Jeremy Guiselin <jeremy.guiselin@student.ecp.fr>
Date: Thu, 19 Jan 2017 08:34:25 +0100
Subject: [PATCH] football mock

---
 www/js/modules/config/config.js | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/www/js/modules/config/config.js b/www/js/modules/config/config.js
index 0640850..2e3ec07 100644
--- a/www/js/modules/config/config.js
+++ b/www/js/modules/config/config.js
@@ -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€' }
+      ]
     }
   })
 
-- 
GitLab