Subversion Repositories SmartDukaan

Rev

Rev 36151 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36151 Rev 36394
Line 1222... Line 1222...
1222
        model.addAttribute("mopPriceMap", mopPriceMap);
1222
        model.addAttribute("mopPriceMap", mopPriceMap);
1223
        model.addAttribute("paymentOptions", paymentOptions);
1223
        model.addAttribute("paymentOptions", paymentOptions);
1224
        model.addAttribute("accessoriesDeals", accessoriesDeals);
1224
        model.addAttribute("accessoriesDeals", accessoriesDeals);
1225
        model.addAttribute("webOfferMap", webOfferMap);
1225
        model.addAttribute("webOfferMap", webOfferMap);
1226
        model.addAttribute("offerItemSummaryMap", offerItemSummaryMap);
1226
        model.addAttribute("offerItemSummaryMap", offerItemSummaryMap);
-
 
1227
        model.addAttribute("fofoId", loginDetails.getFofoId());
1227
 
1228
 
1228
        // Fetch pinelabs offers from cache and group by issuer display name
1229
        // Fetch pinelabs offers from cache and group by issuer display name
1229
        Map<Integer, Map<String, List<Tenure>>> pinelabsOfferMap =
1230
        Map<Integer, Map<String, List<Tenure>>> pinelabsOfferMap =
1230
                pinelabsOfferCacheService.getGroupedCachedOffersForItems(new ArrayList<>(itemIds));
1231
                pinelabsOfferCacheService.getGroupedCachedOffersForItems(new ArrayList<>(itemIds));
1231
        model.addAttribute("pinelabsOfferMap", pinelabsOfferMap);
1232
        model.addAttribute("pinelabsOfferMap", pinelabsOfferMap);