From 12f3609cf518ddc1bfe93f0ed6bf695f566f17cb Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Fri, 9 Aug 2013 10:25:19 +0200 Subject: [PATCH] remove changeRef event --- core/lib/Thelia/Core/Event/TheliaEvents.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/lib/Thelia/Core/Event/TheliaEvents.php b/core/lib/Thelia/Core/Event/TheliaEvents.php index af5974797..c19ebe332 100755 --- a/core/lib/Thelia/Core/Event/TheliaEvents.php +++ b/core/lib/Thelia/Core/Event/TheliaEvents.php @@ -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"; /**