Skip to content

Commit

Permalink
Merge pull request #1 in ECOM-TOOLS/ecom-tools-dw-api-mock from featu…
Browse files Browse the repository at this point in the history
…re/ngcatalog-api-mock-isvariationgroup to master

* commit '00326a8743421778fbad6498cf8e607d607c40d8':
  dw.catalog.Product.isVariationGroup() method added
  • Loading branch information
xiu-loreal committed Jun 11, 2018
2 parents d28250d + 00326a8 commit 24ab268
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dw/catalog/Product.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Product.prototype.isMaster = function(){};
Product.prototype.isBundle = function(){};
Product.prototype.isBundled = function(){};
Product.prototype.isVariant = function(){};
Product.prototype.isVariationGroup = function(){};
Product.prototype.includedInBundle = function(){};
Product.prototype.getBundledProductQuantity = function(){};
Product.prototype.getBundledProducts = function(){};
Expand Down Expand Up @@ -152,4 +153,4 @@ Product.prototype.availabilityModel=null;
Product.prototype.allRecommendations=null;
Product.prototype.activeData=null;

module.exports = Product;
module.exports = Product;

0 comments on commit 24ab268

Please sign in to comment.