Skip to content

Commit

Permalink
feat: add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Jul 9, 2024
1 parent c562813 commit 300b465
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 300b465

Please sign in to comment.