module image

This commit is contained in:
Etienne Roudeix
2013-09-18 15:58:58 +02:00
parent 9b37bbb862
commit 45106f24bd
16 changed files with 307 additions and 11 deletions

View File

@@ -25,7 +25,6 @@ namespace Cheque;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\HttpFoundation\Request;
use Thelia\Model\Country;
use Thelia\Module\BaseModule;
use Thelia\Module\PaymentModuleInterface;
@@ -73,4 +72,9 @@ class Cheque extends BaseModule implements PaymentModuleInterface
// TODO: Implement destroy() method.
}
public function getCode()
{
return 'Cheque';
}
}