remove admin_locale

This commit is contained in:
merdan 2022-04-14 17:16:55 +05:00
parent f72013f733
commit 9109cc7725
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class Carts extends CartController
{
$customer = $request->user();
Log::info($request);
try {
Event::dispatch('checkout.cart.item.add.before', $productId);
@ -83,6 +83,7 @@ class Carts extends CartController
'qty' => 'required|array',
]);
Log::info($request);
foreach ($request->qty as $qty) {
if ($qty <= 0) {
return response([