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

error football controller with tennis products

parent ed0773a1
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@
var leaguesPromise = $http.get(constantConfig.apiUrl + self.uuid + '/leagues/football');
var promises = [freePredictionsPromise, leaguesPromise];
if (window.cordova) {
var storePromise = inAppPurchase.getProducts(purchaseConfig['tennis']);
var storePromise = inAppPurchase.getProducts(purchaseConfig['football']);
promises.push(storePromise);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment