Merge pull request #1634 from rahulshukla-webkul/development

Development
This commit is contained in:
Jitendra Singh 2019-10-15 19:08:11 +05:30 committed by GitHub
commit 8fe90bc0f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -129,7 +129,7 @@ class CartController extends Controller
Event::fire('checkout.cart.item.update.before', $itemId);
Cart::updateItem(['quantity' => $qty], $itemId);
Cart::updateItems(request()->all());
Event::fire('checkout.cart.item.update.after', $item);
}

View File

@ -79,7 +79,7 @@ class OnepageController extends Controller
/**
* Display a listing of the resource.
*
* @return \Illuminate\View\View
* @return \Illuminate\View\View
*/
public function index()
{
@ -101,7 +101,7 @@ class OnepageController extends Controller
/**
* Return order short summary
*
* @return \Illuminate\View\View
* @return \Illuminate\View\View
*/
public function summary()
{