| Line 380... |
Line 380... |
| 380 |
String spdLastNdaySale = getOosString(spdOosStatuses);
|
380 |
String spdLastNdaySale = getOosString(spdOosStatuses);
|
| 381 |
saleHistory.put(7L,spdLastNdaySale);
|
381 |
saleHistory.put(7L,spdLastNdaySale);
|
| 382 |
List<OOSStatus> fktOosStatuses = inventoryClient.getOosStatusesForXDaysForItem(thriftItem.getId(), 8, 5);
|
382 |
List<OOSStatus> fktOosStatuses = inventoryClient.getOosStatusesForXDaysForItem(thriftItem.getId(), 8, 5);
|
| 383 |
String fktLastNdaySale = getOosString(fktOosStatuses);
|
383 |
String fktLastNdaySale = getOosString(fktOosStatuses);
|
| 384 |
saleHistory.put(8L,fktLastNdaySale);
|
384 |
saleHistory.put(8L,fktLastNdaySale);
|
| - |
|
385 |
List<OOSStatus> hs18OosStatuses = inventoryClient.getOosStatusesForXDaysForItem(thriftItem.getId(), 4, 5);
|
| - |
|
386 |
String hs18LastNdaySale = getOosString(hs18OosStatuses);
|
| - |
|
387 |
saleHistory.put(4L,hs18LastNdaySale);
|
| 385 |
Long freebieItemId = catalogClient.getFreebieForItem(thriftItem.getId());
|
388 |
Long freebieItemId = catalogClient.getFreebieForItem(thriftItem.getId());
|
| 386 |
List<in.shop2020.model.v1.catalog.VoucherItemMapping> tvouchers = catalogClient.getAllItemVouchers(thriftItem.getId());
|
389 |
List<in.shop2020.model.v1.catalog.VoucherItemMapping> tvouchers = catalogClient.getAllItemVouchers(thriftItem.getId());
|
| 387 |
Map<String,String> stateNameVatPercentageMap = new HashMap<String,String>();
|
390 |
Map<String,String> stateNameVatPercentageMap = new HashMap<String,String>();
|
| 388 |
catalogClient = new CatalogClient("catalog_service_server_host_prod","catalog_service_server_port").getClient();
|
391 |
catalogClient = new CatalogClient("catalog_service_server_host_prod","catalog_service_server_port").getClient();
|
| 389 |
double vatrate;
|
392 |
double vatrate;
|