allow to change programmatically customer ref using event dispatcher

This commit is contained in:
Manuel Raynaud
2013-07-02 17:18:10 +02:00
parent 363e0ab8ae
commit aa2ebdc56c
2 changed files with 33 additions and 0 deletions

View File

@@ -51,4 +51,6 @@ final class TheliaEvents
const BEFORE_CREATECUSTOMER = "action.before_createcustomer";
const AFTER_CREATECUSTOMER = "action.after_createcustomer";
const CREATECUSTOMER_CUSTOMREF = "customer.creation.customref";
}