order payment email

This commit is contained in:
Etienne Roudeix
2013-09-19 20:07:00 +02:00
parent 6e9af59403
commit 2959c37c2d
2 changed files with 20 additions and 4 deletions

View File

@@ -222,6 +222,8 @@ final class TheliaEvents
const ORDER_PAY = "action.order.pay";
const ORDER_BEFORE_CREATE = "action.order.beforeCreate";
const ORDER_AFTER_CREATE = "action.order.afterCreate";
const ORDER_BEFORE_PAYMENT = "action.order.beforePayment";
const ORDER_PRODUCT_BEFORE_CREATE = "action.orderProduct.beforeCreate";
const ORDER_PRODUCT_AFTER_CREATE = "action.orderProduct.afterCreate";