X-Git-Url: https://xp-dev.com/git/namibia/blobdiff_plain/df0489e1eeeeab5a9bd44e1d84fce49924fe1bac..9aa85c56e9cd4cb70d6d651b0e2fb8e9d40c15ff:/module/User/src/User/Service/Registration.php diff --git a/module/User/src/User/Service/Registration.php b/module/User/src/User/Service/Registration.php index f74019b..4b33854 100644 --- a/module/User/src/User/Service/Registration.php +++ b/module/User/src/User/Service/Registration.php @@ -23,30 +23,31 @@ class Registration extends \User\DataBin\Registration { $contactService = new \Person\Service\Contact(); $contactService->setWorkflow(new \Person\Workflow()); - $companyService = new \Company\Service\Company(); - $companyService->setWorkflow(new \Company\Workflow()); +// $companyService = new \Company\Service\Company(); +// $companyService->setWorkflow(new \Company\Workflow()); $profileService = new \User\Service\Profile(); $profileService->setWorkflow(new \User\Workflow()); //\Utility\Debug::errorLog('create contact', $session->Contact); $contact = $contactService->create($session->Contact); $session->Company['contact'] = $contact->id; - if (isset($session->BillingContact)) - { - //\Utility\Debug::errorLog('create billing contact', $session->BillingContact); - $billingContact = $contactService->create($session->BillingContact); - $session->Company['contbillingContactact'] = $billingContact->id; - } +// if (isset($session->BillingContact)) +// { +// //\Utility\Debug::errorLog('create billing contact', $session->BillingContact); +// $billingContact = $contactService->create($session->BillingContact); +// $session->Company['contbillingContactact'] = $billingContact->id; +// } //\Utility\Debug::errorLog('create company', $session->Company); - $company = $companyService->create($session->Company); - $session->Profile['company'] = $company->id; - if ($session->Profile['permissions'] < 5 || $session->Profile['permissions'] > 8) - { - $session->Profile['permissions'] = 5; - } - //\Utility\Debug::errorLog('create profile', $session->Profile); +// $company = $companyService->create($session->Company); +// $session->Profile['company'] = $company->id; +// if ($session->Profile['permissions'] < 5 || $session->Profile['permissions'] > 8) +// { +// $session->Profile['permissions'] = 5; +// } + $session->Profile['permissions'] = 12; + \Utility\Debug::errorLog('create profile', $session->Profile); $profile = $profileService->create($session->Profile); - $toCompanyId = $company->id; +// $toCompanyId = ''; $toProfileId = $profile->id; $email = $profile->email; $mobile = null; @@ -59,7 +60,7 @@ class Registration extends \User\DataBin\Registration $params['message'] = 'Thank you for registering. Your registration was submitted for approval ' . 'and you will receive email confirmation once your account has been verified.' . 'Please note that if any documents were not uploaded they need to be emailed' - . ' (info@bid4cars.co.za) or faxed (086 618 5584) before we can approve your ' + . ' (info@bid4cars.com.na) or faxed (086 618 5584) before we can approve your ' . 'account.'; #-> Send welcome notification to User. @@ -79,7 +80,7 @@ class Registration extends \User\DataBin\Registration $oNotify->sendFromTemplate( null, null, $toCompanyId, $toProfileId, - 'info@bid4cars.co.za', $mobile, + 'info@bid4cars.com.na', $mobile, $subject, $templateName, $params