How to show vouchers against products (order entry) in order details page.
In OrderData I see appliedVouchers but unable to distinguish voucher applied to which order entry.
final OrderData orderData = orderFacade.getOrderDetailsForCode(orderCode);
final List<VoucherData> voucherList = orderData.getAppliedVouchers();
flexible query to check which voucher is used in which order
Basically voucher usage is stored in VoucherInvalidation