change action name for change item article

This commit is contained in:
Manuel Raynaud
2013-08-13 10:12:04 +02:00
parent cf5ccdc7ae
commit 3bf7e79960
4 changed files with 8 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ final class TheliaEvents
/**
* sent when a cart item is modify
*/
const AFTER_CARTMODIFYITEM = "cart.modifyItem";
const AFTER_CARTCHANGEITEM = "cart.modifyItem";
/**
* sent for addArticle action
@@ -136,5 +136,5 @@ final class TheliaEvents
/**
* sent on modify article action
*/
const CART_MODIFYARTICLE = "action.modifyArticle";
const CART_CHANGEARTICLE = "action.changeArticle";
}