| Line 193... |
Line 193... |
| 193 |
itemDetail.put("DEAL_PRICE", String.format(Locale.getDefault(),"%.0f",pd.getDealPrice()));
|
193 |
itemDetail.put("DEAL_PRICE", String.format(Locale.getDefault(),"%.0f",pd.getDealPrice()));
|
| 194 |
PrivateDealPojo dealPojo = new PrivateDealPojo();
|
194 |
PrivateDealPojo dealPojo = new PrivateDealPojo();
|
| 195 |
dealPojo.setDealPrice(pd.getDealPrice());
|
195 |
dealPojo.setDealPrice(pd.getDealPrice());
|
| 196 |
dealPojo.setIsCod(pd.isIsCod());
|
196 |
dealPojo.setIsCod(pd.isIsCod());
|
| 197 |
dealPojo.setDealText(pd.getDealText());
|
197 |
dealPojo.setDealText(pd.getDealText());
|
| - |
|
198 |
dealPojo.setDealTextOption(pd.getDealTextOption());
|
| - |
|
199 |
dealPojo.setDealFreebieOption(pd.getDealFreebieOption());
|
| - |
|
200 |
dealPojo.setFreebieItemId(pd.getDealFreebieItemId());
|
| 198 |
itemPojo.setDealPojo(dealPojo);
|
201 |
itemPojo.setDealPojo(dealPojo);
|
| 199 |
}
|
202 |
}
|
| 200 |
}
|
203 |
}
|
| 201 |
String bestDealsText = item.getBestDealText();
|
204 |
String bestDealsText = item.getBestDealText();
|
| 202 |
if( bestDealsText != null && bestDealsText.length() > 0 && offerText == null && status.ACTIVE.equals(item.getItemStatus())){
|
205 |
if( bestDealsText != null && bestDealsText.length() > 0 && offerText == null && status.ACTIVE.equals(item.getItemStatus())){
|