remove changeRef event

This commit is contained in:
Manuel Raynaud
2013-08-09 10:25:19 +02:00
parent 5cd2584cbc
commit 12f3609cf5

View File

@@ -84,10 +84,6 @@ final class TheliaEvents
*/
const AFTER_CHANGECUSTOMER = "action.after_changecustomer";
/**
* Sent before customer insertion, to allow modules to create a custom customer reference.
*/
const CREATECUSTOMER_CUSTOMREF = "customer.creation.customref";
/**