Laravel Vapor - Testing of sending email

This commit is contained in:
Dillon Ngo
2024-01-01 19:52:25 +08:00
parent e39050eb56
commit ae10d9f209
@@ -155,7 +155,7 @@ class CreateCustomerLogic extends AbstractControllerLogic
CreatePerfexCRMCustomer::dispatch($createLeadPerfexCRMObject);
}
// $this->generateEmailVerificationAttemptProcessor->execute($user); //cief todo
$this->generateEmailVerificationAttemptProcessor->execute($user); //cief todo
$this->newCustomerToVoucherifyProcessor->execute($company->id, $user, true);