commercelayer
Advanced tools
Comparing version 1.9.6 to 1.9.7
{ | ||
"name": "commercelayer", | ||
"version": "1.9.6", | ||
"version": "1.9.7", | ||
"description": "The Official Commerce Layer JS library", | ||
@@ -5,0 +5,0 @@ "main": "./src/main.js", |
@@ -23,2 +23,3 @@ const config = require('./config') | ||
.include('prices') | ||
.pageSize(25) | ||
@@ -69,2 +70,3 @@ clsdk.listSkus(qf.build()) | ||
.filter('codes', skuCodes.join(',')) | ||
.pageSize(25) | ||
@@ -109,2 +111,3 @@ let skuAttributes = [ | ||
.filter('codes', skuCodes.join(',')) | ||
.pageSize(25) | ||
@@ -136,3 +139,3 @@ let skuAttributes = [ | ||
selectSku: function(skuId, skuName, skuReference, skuImageUrl, priceContainerId, availabilityMessageContainerId, addToBagId) { | ||
let qf = new clsdk.query.QueryFilter().include('prices') | ||
let qf = new clsdk.query.QueryFilter().include('prices').pageSize(25) | ||
@@ -187,3 +190,3 @@ clsdk.retrieveSku(skuId, qf.build()) | ||
qf.include('line_items').filter('token', utils.getOrderToken()) | ||
qf.include('line_items').filter('token', utils.getOrderToken()).pageSize(25) | ||
@@ -190,0 +193,0 @@ return clsdk.listOrders(qf) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
331458
2169