2875 update

This commit is contained in:
Shubham Mehrotra 2020-04-15 18:34:22 +05:30
parent 1f41b2ab06
commit 53a12465f0
1 changed files with 1 additions and 8 deletions

View File

@ -117,14 +117,7 @@ class Helper extends Review
'product_id' => $orderItem->product_id,
'brand' => $products[$key]->brand,
]);
} catch(\Exception $exception) {
$this->orderBrandsRepository->create([
'brand' => null,
'order_item_id' => $orderItem->id,
'order_id' => $orderItem->order_id,
'product_id' => $orderItem->product_id,
]);
}
} catch(\Exception $exception) {}
}
}