add address create controller and event

This commit is contained in:
Manuel Raynaud
2013-09-03 16:13:17 +02:00
parent 394b533dd7
commit 5c3ac1561d
9 changed files with 471 additions and 11 deletions

View File

@@ -29,7 +29,7 @@
<!-- end customer routes -->
<!-- customer address routes -->
<route id="customer.adress.create" path="/customer/address/create" method="post">
<route id="customer.adress.create" path="/customer/address/create" >
<default key="_controller">Thelia\Controller\Front\CustomerAddressController::createAction</default>
</route>
<!-- end customer address routes -->