module image
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user