Issue #1764 fixexcd

This commit is contained in:
Jitendra Singh 2020-01-13 12:26:53 +05:30
parent e0c7081bd3
commit 0b71abedbf
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class WishlistController extends Controller
if ($result) {
session()->flash('success', trans('shop::app.wishlist.moved'));
} else {
session()->flash('info', trans('shop::app.wishlist.option-missing'));
session()->flash('info', trans('shop::app.checkout.cart.integrity.missing_options'));
return redirect()->route('shop.productOrCategory.index', $wishlistItem->product->url_key);
}