mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
give access to prepared order in template.
This commit is contained in:
parent
d38ae59d34
commit
e00237c901
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,8 @@ class OrderController extends ContainerAware
|
|||
}
|
||||
|
||||
return $this->container->get('templating')->renderResponse('SyliusSalesBundle:Frontend/Order:place.html.' . $this->getEngine(), array(
|
||||
'form' => $form->createView()
|
||||
'form' => $form->createView(),
|
||||
'order' => $order
|
||||
));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue