Skip to content

Commit

Permalink
Merge pull request #1661 from bakaphp/hotfix-zoho-lead
Browse files Browse the repository at this point in the history
feat: add todo
  • Loading branch information
kaioken committed Jul 9, 2024
2 parents 476b578 + 300b465 commit aa30cbd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ protected function syncCustomer(): People
protected function syncProducts(): void
{
foreach ($this->orderData['line_items'] as $lineItem) {
if (empty($lineItem['product_id'])) {
continue;
}
$syncProduct = new SyncShopifyProductAction(
$this->app,
$this->company,
Expand Down

0 comments on commit aa30cbd

Please sign in to comment.