Skip to content

Commit 71e15a3

Browse files
committed
ACP2E-459: Qty from Wishlist is not updated when clicked from edit product.
1 parent 51bdc84 commit 71e15a3

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/Wishlist/Helper

1 file changed

+3
-3
lines changed

app/code/Magento/Wishlist/Helper/Data.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ class Data extends \Magento\Framework\App\Helper\AbstractHelper
2828
/**
2929
* Config key 'Display Wishlist Summary'
3030
*/
31-
const XML_PATH_WISHLIST_LINK_USE_QTY = 'wishlist/wishlist_link/use_qty';
31+
public const XML_PATH_WISHLIST_LINK_USE_QTY = 'wishlist/wishlist_link/use_qty';
3232

3333
/**
3434
* Config key 'Display Out of Stock Products'
3535
*/
36-
const XML_PATH_CATALOGINVENTORY_SHOW_OUT_OF_STOCK = 'cataloginventory/options/show_out_of_stock';
36+
public const XML_PATH_CATALOGINVENTORY_SHOW_OUT_OF_STOCK = 'cataloginventory/options/show_out_of_stock';
3737

3838
/**
3939
* Currently logged in customer
@@ -64,7 +64,7 @@ class Data extends \Magento\Framework\App\Helper\AbstractHelper
6464
protected $_wishlistItemCollection;
6565

6666
/**
67-
* Core registry
67+
* Magento framework Core registry
6868
*
6969
* @var \Magento\Framework\Registry
7070
*/

0 commit comments

Comments
 (0)