parse test
This commit is contained in:
parent
8d439b43a1
commit
31bae4c7a0
|
|
@ -74,7 +74,7 @@ class Products extends ProductController
|
|||
}]);
|
||||
}])->find($id);
|
||||
|
||||
Log::info($product->variants->map->only(['status']));
|
||||
// Log::info($product->variants->map->only(['status']));
|
||||
|
||||
if(!empty($product) && $product->super_attributes->isNotEmpty() && $product->variants->isNotEmpty())
|
||||
{
|
||||
|
|
|
|||
|
|
@ -548,7 +548,7 @@ class ProductRepository extends WProductRepository
|
|||
}
|
||||
catch(\Exception $ex){
|
||||
DB::rollBack();
|
||||
Log::error($ex->getMessage());
|
||||
Log::error($ex);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue