send mail for colissimo module

This commit is contained in:
Manuel Raynaud
2014-02-18 14:41:29 +01:00
parent 45a50f8035
commit 82bcb05611
3 changed files with 55 additions and 3 deletions

View File

@@ -27,6 +27,12 @@ use Thelia\Model\Order;
interface PaymentModuleInterface extends BaseModuleInterface
{
const NOT_PAID = 1;
const PAID = 2;
const PROCESSING = 3;
const SENT = 4;
const CANCELED = 5;
/**
* @return mixed
*/