Merge pull request #6193 from jitendra-webkul/master

Issue #6192 fixed
This commit is contained in:
Jitendra Singh 2022-03-31 13:16:44 +05:30 committed by GitHub
commit b22bfb2bd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -128,8 +128,6 @@ class CartController extends Controller
{
$result = Cart::removeItem($itemId);
session()->forget('cart');
if ($result) {
$response = [
'status' => 'success',