Skip to content

Commit

Permalink
fix: relate lead to contact
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Jul 27, 2024
1 parent 624d612 commit 7720150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domains/Connectors/Zoho/Workflows/ZohoLeadActivity.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function execute(Model $lead, AppInterface $app, array $params): array
'zohoLeadId' => $zohoLead->getId(),
'zohoRequest' => $zohoData,
'leadId' => $lead->getId(),
'status' => $lead->status()->get()->name,
'status' => $lead->status()->first()->name,
];
}
}

0 comments on commit 7720150

Please sign in to comment.