refactor cart and cartEvent process

This commit is contained in:
Manuel Raynaud
2013-08-12 17:48:48 +02:00
parent 086f73aeca
commit be5d1e9ddb
10 changed files with 374 additions and 319 deletions

View File

@@ -3,7 +3,7 @@
namespace Thelia\Model;
use Symfony\Component\Config\Definition\Exception\Exception;
use Thelia\Core\Event\CustomerEvent;
use Thelia\Core\Event\Internal\CustomerEvent;
use Thelia\Model\Base\Customer as BaseCustomer;
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;