fulfilment banner flow update, segment user index list

This commit is contained in:
Jia Sheng
2024-05-20 22:51:22 +08:00
parent 2d92b1a8ab
commit 64fa56c02f
14 changed files with 384 additions and 58 deletions
@@ -69,7 +69,7 @@ class AssignCompanyConnectionToConnectionSegmentLogic extends AbstractController
$this->assignCompanyConnectionToConnectionSegmentProcessor->execute($companyConnection, $request->input('segment_id'));
if ($request->input('segment_id') == 11) {
if ($request->input('segment_id') != 12) {
$contactObject = new ContactObject('Whatsapp: ' . $request->input('name'), $request->input('phone'), null, null);
$this->createContactProcessor->execute($contactObject, $company);
}