fix LMD to HWT

This commit is contained in:
omair saleh
2022-04-18 15:43:43 +08:00
parent a0817dbb6e
commit efac46264e
@@ -132,8 +132,8 @@ class CreateDeliveryCustomerLogic extends AbstractControllerLogic
/** @var CompanyModule $companyModule */
$companyModule = $this->createCompanyModuleProcessor->execute($company, BusinessType::ONLINE_SELLER);
Log::info($companyModule);
$inviter = $this->fetchesCompanyModule->execute(['reference'=>'LMD']);
$inviter = $this->fetchesCompanyModule->execute(['reference'=>'HWT']);
$connectionObject = new CompanyConnectionObject($companyModule, $inviter, mt_rand(1000, 9999).(new GeneratesInitials())->name($company->name)->length(3)->generate(), 'LMD');