change action name for change item article

This commit is contained in:
Manuel Raynaud
2013-08-13 10:12:04 +02:00
parent cf5ccdc7ae
commit 3bf7e79960
4 changed files with 8 additions and 4 deletions

View File

@@ -17,4 +17,8 @@
<route id="cart.add.process" path="/cart/add" methods="post">
<default key="_controller">Thelia\Controller\Front\CartController::addArticle</default>
</route>
<route id="cart.change.process" path="/cart/change" methods="post">
<default key="_controller">Thelia\Controller\Front\CartController::addArticle</default>
</route>
</routes>