create controller adding delivery module in session

This commit is contained in:
Manuel Raynaud
2013-09-06 19:29:19 +02:00
parent b067ef7dcc
commit 0aad4baf26
4 changed files with 21 additions and 11 deletions

View File

@@ -63,6 +63,7 @@
<!-- order management process -->
<route id="order.delivery.add" path="/delivery/choose/{delivery_id}">
<default key="_controller">Thelia\Controller\Front\DeliveryController::select</default>
<requirement key="delivery_id">\d+</requirement>
</route>
<!-- end order management process -->