Subversion Repositories SmartDukaan

Rev

Rev 31238 | Rev 31376 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31238 Rev 31375
Line 211... Line 211...
211
 
211
 
212
		if (!poItemIds.isEmpty()) {
212
		if (!poItemIds.isEmpty()) {
213
			poi = pendingOrderItemRepository.selectById(poItemIds.get(0));
213
			poi = pendingOrderItemRepository.selectById(poItemIds.get(0));
214
		}
214
		}
215
 
215
 
216
		List<PaymentOption> paymentOptions = paymentOptionRepository.selectByIds(new HashSet<>(paymentOptionIds));
216
		// List<PaymentOption> paymentOptions = paymentOptionRepository.selectByIds(new
-
 
217
		// HashSet<>(paymentOptionIds));
-
 
218
 
-
 
219
		List<PaymentOption> paymentOptions = paymentOptionRepository.selectAll();
217
 
220
 
218
		LOGGER.info("pendingOrder" + po);
221
		LOGGER.info("pendingOrder" + po);
219
		LOGGER.info("pendingOrderItem" + poi);
222
		LOGGER.info("pendingOrderItem" + poi);
220
 
223
 
221
		LOGGER.info("mopPriceMap {}", mopPriceMap);
224
		LOGGER.info("mopPriceMap {}", mopPriceMap);