|
|
@@ -156,7 +156,7 @@ public class InvoiceController extends AbstractController { |
|
|
|
|
|
|
|
|
|
|
|
@RequestMapping(value = "/invoice.pdf", method = { RequestMethod.GET,RequestMethod.POST }) |
|
|
|
public ModelAndView DreamBespokeInvoice(Model model, HttpServletRequest request, HttpServletResponse response, |
|
|
|
public ModelAndView invoicePdf(Model model, HttpServletRequest request, HttpServletResponse response, |
|
|
|
@RequestParam int orderId) throws Exception { |
|
|
|
|
|
|
|
Map<String, Object> params = invoiceService.getInvoicePdfParams(orderId); |